From 7755e815baa0e702863ce811c803bc22130ab71c Mon Sep 17 00:00:00 2001 From: pixel Date: Fri, 22 Aug 2003 22:39:58 +0000 Subject: Some changes --- include/ConfigFile.h | 12 ++---------- include/SQL.h | 10 +--------- 2 files changed, 3 insertions(+), 19 deletions(-) (limited to 'include') diff --git a/include/ConfigFile.h b/include/ConfigFile.h index 8a7c34d..11434bd 100644 --- a/include/ConfigFile.h +++ b/include/ConfigFile.h @@ -5,16 +5,8 @@ #include #include -namespace BConfigFile { - struct ltstr { - bool operator()(String s1, String s2) const { - return s1 < s2; - } - }; -}; - -typedef std::map ConfigSectionContents; -typedef std::map ConfigSection; +typedef std::map ConfigSectionContents; +typedef std::map ConfigSection; class ConfigFile : public Base { public: diff --git a/include/SQL.h b/include/SQL.h index 846afe2..4385a6d 100644 --- a/include/SQL.h +++ b/include/SQL.h @@ -5,15 +5,7 @@ #include #include -namespace BMySQL { - struct ltstr { - bool operator()(String s1, String s2) const { - return s1 < s2; - } - }; -}; - -typedef std::map AssocArray; +typedef std::map AssocArray; class SQLConnection : public Base { public: -- cgit v1.2.3