From f268aec98176049136bceb2741f3615841e5c516 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 23 Dec 2015 23:15:18 +0000 Subject: MySQL files prefixed with my- --- libmysqlpp/error.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 libmysqlpp/error.h (limited to 'libmysqlpp/error.h') diff --git a/libmysqlpp/error.h b/libmysqlpp/error.h deleted file mode 100644 index b4f93b2..0000000 --- a/libmysqlpp/error.h +++ /dev/null @@ -1,24 +0,0 @@ -#ifndef MY_ERROR_H -#define MY_ERROR_H - -#include - -namespace MySQL { - class Error : public DB::Error { - public: - Error(); - Error(const Error &); - Error(const char *); - ~Error() throw(); - - const char * what() const throw(); - - private: - char * msg; - }; - class ConnectionError : public Error, public virtual DB::ConnectionError { - }; -} - -#endif - -- cgit v1.2.3