From 5dd91c7b80443c1f0e747088159c4d8b78d1856d Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 24 Dec 2015 04:13:24 +0000 Subject: SQLite files prefixed with sqlite- --- libsqlitepp/modifycommand.h | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 libsqlitepp/modifycommand.h (limited to 'libsqlitepp/modifycommand.h') diff --git a/libsqlitepp/modifycommand.h b/libsqlitepp/modifycommand.h deleted file mode 100644 index 7f052ca..0000000 --- a/libsqlitepp/modifycommand.h +++ /dev/null @@ -1,25 +0,0 @@ -#ifndef SQLITE_MODIFYCOMMAND_H -#define SQLITE_MODIFYCOMMAND_H - -#include -#include "command.h" - -namespace SQLite { - 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