From 55dc8fa7bef00c0d382860b2f9b0245731db2bcb Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 24 Dec 2015 04:00:01 +0000 Subject: PostgreSQL files prefixed with pq- --- libpqpp/error.h | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 libpqpp/error.h (limited to 'libpqpp/error.h') diff --git a/libpqpp/error.h b/libpqpp/error.h deleted file mode 100644 index 8e7c4bc..0000000 --- a/libpqpp/error.h +++ /dev/null @@ -1,28 +0,0 @@ -#ifndef PQ_ERROR_H -#define PQ_ERROR_H - -#include -#include -#include - -namespace PQ { - class DLL_PUBLIC Error : public DB::Error { - public: - Error(); - Error(const Error &); - Error(const char *); - ~Error() throw(); - - const char * what() const throw(); - - private: - char * msg; - }; - class DLL_PUBLIC ConnectionError : public Error, public virtual DB::ConnectionError { - public: - ConnectionError(const PGconn *); - }; -} - -#endif - -- cgit v1.2.3