aboutsummaryrefslogtreecommitdiff
path: root/src/cgiutil.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2009-10-16 20:17:33 +0000
committerMike Buland <eichlan@xagasoft.com>2009-10-16 20:17:33 +0000
commit7cd85a9c952cbdb5b96ca25d8472d79a495ffc86 (patch)
tree72ea5ee51eaafa237fe7bfc70aa0ae3c1f929842 /src/cgiutil.cpp
parentbf53de3dfa4db68627f2935e6b2144835604df3a (diff)
downloadlibbu++-7cd85a9c952cbdb5b96ca25d8472d79a495ffc86.tar.gz
libbu++-7cd85a9c952cbdb5b96ca25d8472d79a495ffc86.tar.bz2
libbu++-7cd85a9c952cbdb5b96ca25d8472d79a495ffc86.tar.xz
libbu++-7cd85a9c952cbdb5b96ca25d8472d79a495ffc86.zip
Got rid of cgiutil, it was empty, it was all going to be duplicates of code in
the Url class and others.
Diffstat (limited to 'src/cgiutil.cpp')
-rw-r--r--src/cgiutil.cpp26
1 files changed, 0 insertions, 26 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
10Bu::CgiUtil::CgiUtil()
11{
12}
13
14Bu::CgiUtil::~CgiUtil()
15{
16}
17/*
18static 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*/