git-svn-id: svn://db.shs.com.ru/pip@562 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2017-11-27 11:10:05 +00:00
parent 6cd7c12d66
commit b648e3637e
2 changed files with 6 additions and 2 deletions

View File

@@ -200,6 +200,10 @@ public:
//! Returns id of last readed record
int lastReadedID() const {return lastrecord.id;}
//! Returns timestamp of last readed record
PISystemTime lastReadedTimestamp() const {return lastrecord.timestamp;}
#ifdef DOXYGEN
//! Read one message from binlog file, with ID contains in "filterID" or any ID, if "filterID" is empty

View File

@@ -3,8 +3,8 @@
#define PIVERSION_H
#define PIP_VERSION_MAJOR 1
#define PIP_VERSION_MINOR 1
#define PIP_VERSION_REVISION 1
#define PIP_VERSION_MINOR 2
#define PIP_VERSION_REVISION 0
#define PIP_VERSION_SUFFIX "_alpha"
#endif // PIVERSION_H