From 74377ece178e661194a40fa79238b3089bb0d0f2 Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Mon, 28 Feb 2011 18:48:58 +0100 Subject: Cleaned up unneeded files, some bugfixes ismaster/isuser now gets called with origin_raw --- conftest.cpp | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 conftest.cpp (limited to 'conftest.cpp') diff --git a/conftest.cpp b/conftest.cpp deleted file mode 100644 index 1dbb183..0000000 --- a/conftest.cpp +++ /dev/null @@ -1,15 +0,0 @@ -#include -#include "TConfig.h" - -using namespace std; - -int main() -{ - TConfig config; - - config.loadconfig("test.conf"); - - cout << config.get_valid_string("foo.bar.baz.str","default") << endl; - cout << config.get_valid_integer ("foo.bar.baz.int",1337) << endl; - cout << config.get_valid_boolean("foo.bar.baz.bool",false) << endl; -} -- cgit v1.2.1