commit | 68f2a952d0d7e5c073c65f0e7e8823a8de4f1abb | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 08 14:34:16 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 08 14:34:16 2013 -0800 |
tree | 8701a4a27e87d78eb0d4f5d6ed3123b2f6f9b668 | |
parent | ebf7518ff8d69c8d8943b4a68b363604a01b2352 [diff] [blame] |
Initial stuff for sqllite version of object-db. Changing to boost::filesystem
diff --git a/src/sync-log.h b/src/sync-log.h index 0316294..c75fcf7 100644 --- a/src/sync-log.h +++ b/src/sync-log.h
@@ -31,7 +31,7 @@ class SyncLog : public DbHelper { public: - SyncLog (const std::string &path, const std::string &localName); + SyncLog (const boost::filesystem::path &path, const std::string &localName); sqlite3_int64 GetNextLocalSeqNo (); // side effect: local seq_no will be increased