From 40cca68ce2a796ac4ba9707b22a925f53c0d3998 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 2 Jun 2009 23:21:01 +0000 Subject: Huh, cgiutil was mostly a waste, url handles it all already. I still need something for mime eventually, meh. --- src/cgiutil.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/cgiutil.h') diff --git a/src/cgiutil.h b/src/cgiutil.h index 4a9ae2d..c101b62 100644 --- a/src/cgiutil.h +++ b/src/cgiutil.h @@ -1,6 +1,10 @@ #ifndef CGI_UTIL_H #define CGI_UTIL_H +#include "bu/fstring.h" +#include "bu/list.h" +#include "bu/hash.h" + namespace Bu { class CgiUtil @@ -9,6 +13,11 @@ namespace Bu CgiUtil(); virtual ~CgiUtil(); +// typedef Bu::List StrList; +// typedef Bu::Hash StrListHash; + +// static void parseUriQuery( const Bu::FString &sUri, StrListHash &hVar ); + private: }; }; -- cgit v1.2.3