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/modifycommand.h | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 libmysqlpp/modifycommand.h (limited to 'libmysqlpp/modifycommand.h') diff --git a/libmysqlpp/modifycommand.h b/libmysqlpp/modifycommand.h deleted file mode 100644 index abb3507..0000000 --- a/libmysqlpp/modifycommand.h +++ /dev/null @@ -1,25 +0,0 @@ -#ifndef MY_MODIFYCOMMAND_H -#define MY_MODIFYCOMMAND_H - -#include -#include "command.h" - -namespace MySQL { - class Connection; - class ModifyCommand : public DB::ModifyCommand, public Command { - public: - ModifyCommand(const Connection *, const std::string & sql); - virtual ~ModifyCommand(); - - unsigned int execute(bool); - - private: - void prepare() const; - mutable bool prepared; - }; -} - -#endif - - - -- cgit v1.2.3