diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-01-01 15:51:09 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-01-01 15:51:09 +0000 |
commit | ba4428b8c3e53fa42e7dd0f6692538e83d2b816b (patch) | |
tree | 5a18cfda692a8d6e8c1a470d3359a1fd61c83618 /libmysqlpp/my-mock.h | |
parent | Do lots more work with compile time formatter instead runtime formatters (diff) | |
download | libdbpp-mysql-ba4428b8c3e53fa42e7dd0f6692538e83d2b816b.tar.bz2 libdbpp-mysql-ba4428b8c3e53fa42e7dd0f6692538e83d2b816b.tar.xz libdbpp-mysql-ba4428b8c3e53fa42e7dd0f6692538e83d2b816b.zip |
Register mock db implementations
Diffstat (limited to 'libmysqlpp/my-mock.h')
-rw-r--r-- | libmysqlpp/my-mock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmysqlpp/my-mock.h b/libmysqlpp/my-mock.h index ce4fdf2..0855015 100644 --- a/libmysqlpp/my-mock.h +++ b/libmysqlpp/my-mock.h @@ -9,6 +9,7 @@ namespace MySQL { class DLL_PUBLIC Mock : public DB::MockServerDatabase { public: + Mock(const std::string & master, const std::string & name, const std::vector<boost::filesystem::path> & ss); Mock(const std::string & name, const std::vector<boost::filesystem::path> & ss); ~Mock(); |