From efd292508070835781a0d92448a3661279dfd307 Mon Sep 17 00:00:00 2001 From: randomdan Date: Thu, 13 Nov 2008 14:45:11 +0000 Subject: Lots of little fixes --- libodbcpp/string.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 libodbcpp/string.h (limited to 'libodbcpp/string.h') diff --git a/libodbcpp/string.h b/libodbcpp/string.h deleted file mode 100644 index d3c4d41..0000000 --- a/libodbcpp/string.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef ODBC_STRING_H -#define ODBC_STRING_H - -#include - -namespace ODBC { - class String : public std::basic_string { - public: - String(const unsigned char *); - String(const char *); - String(std::basic_string); - String(std::basic_string); - String(); - operator unsigned char *() const; - - static String Format(const char *, ...); - }; -} - -#endif - -- cgit v1.2.3