From 7cd85a9c952cbdb5b96ca25d8472d79a495ffc86 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 16 Oct 2009 20:17:33 +0000 Subject: Got rid of cgiutil, it was empty, it was all going to be duplicates of code in the Url class and others. --- src/cgiutil.h | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 src/cgiutil.h (limited to 'src/cgiutil.h') diff --git a/src/cgiutil.h b/src/cgiutil.h deleted file mode 100644 index d44405a..0000000 --- a/src/cgiutil.h +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. - * - * This file is part of the libbu++ library and is released under the - * terms of the license contained in the file LICENSE. - */ - -#ifndef CGI_UTIL_H -#define CGI_UTIL_H - -#include "bu/fstring.h" -#include "bu/list.h" -#include "bu/hash.h" - -namespace Bu -{ - class CgiUtil - { - public: - CgiUtil(); - virtual ~CgiUtil(); - -// typedef Bu::List StrList; -// typedef Bu::Hash StrListHash; - -// static void parseUriQuery( const Bu::FString &sUri, StrListHash &hVar ); - - private: - }; -}; - -#endif -- cgit v1.2.3