diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/cgiutil.cpp | 26 | ||||
| -rw-r--r-- | src/cgiutil.h | 32 |
2 files changed, 0 insertions, 58 deletions
diff --git a/src/cgiutil.cpp b/src/cgiutil.cpp deleted file mode 100644 index 56d58f1..0000000 --- a/src/cgiutil.cpp +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * Copyright (C) 2007-2008 Xagasoft, All rights reserved. | ||
| 3 | * | ||
| 4 | * This file is part of the libbu++ library and is released under the | ||
| 5 | * terms of the license contained in the file LICENSE. | ||
| 6 | */ | ||
| 7 | |||
| 8 | #include "bu/cgiutil.h" | ||
| 9 | |||
| 10 | Bu::CgiUtil::CgiUtil() | ||
| 11 | { | ||
| 12 | } | ||
| 13 | |||
| 14 | Bu::CgiUtil::~CgiUtil() | ||
| 15 | { | ||
| 16 | } | ||
| 17 | /* | ||
| 18 | static void Bu::CgiUtil::parseUriQuery( | ||
| 19 | const Bu::FString &sUri, StrListHash &hVar ) | ||
| 20 | { | ||
| 21 | for( Bu::FString::const_iterator i = sUri.begin(); i; i++ ) | ||
| 22 | { | ||
| 23 | |||
| 24 | } | ||
| 25 | } | ||
| 26 | */ | ||
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 @@ | |||
| 1 | /* | ||
| 2 | * Copyright (C) 2007-2008 Xagasoft, All rights reserved. | ||
| 3 | * | ||
| 4 | * This file is part of the libbu++ library and is released under the | ||
| 5 | * terms of the license contained in the file LICENSE. | ||
| 6 | */ | ||
| 7 | |||
| 8 | #ifndef CGI_UTIL_H | ||
| 9 | #define CGI_UTIL_H | ||
| 10 | |||
| 11 | #include "bu/fstring.h" | ||
| 12 | #include "bu/list.h" | ||
| 13 | #include "bu/hash.h" | ||
| 14 | |||
| 15 | namespace Bu | ||
| 16 | { | ||
| 17 | class CgiUtil | ||
| 18 | { | ||
| 19 | public: | ||
| 20 | CgiUtil(); | ||
| 21 | virtual ~CgiUtil(); | ||
| 22 | |||
| 23 | // typedef Bu::List<Bu::FString> StrList; | ||
| 24 | // typedef Bu::Hash<StrList> StrListHash; | ||
| 25 | |||
| 26 | // static void parseUriQuery( const Bu::FString &sUri, StrListHash &hVar ); | ||
| 27 | |||
| 28 | private: | ||
| 29 | }; | ||
| 30 | }; | ||
| 31 | |||
| 32 | #endif | ||
