mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-17 19:25:53 +02:00
changes for 1.2.4
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// Timestamp.h
|
||||
//
|
||||
// $Id: //poco/1.2/Foundation/include/Poco/Timestamp.h#1 $
|
||||
// $Id: //poco/1.2/Foundation/include/Poco/Timestamp.h#2 $
|
||||
//
|
||||
// Library: Foundation
|
||||
// Package: DateTime
|
||||
@@ -80,6 +80,7 @@ public:
|
||||
/// Swaps the Timestamp with another one.
|
||||
|
||||
void update();
|
||||
/// Updates the Timestamp with the current time.
|
||||
|
||||
bool operator == (const Timestamp& ts) const;
|
||||
bool operator != (const Timestamp& ts) const;
|
||||
|
Reference in New Issue
Block a user