mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-14 15:05:35 +02:00
GH #1988: Remove OpenVMS support
This commit is contained in:
@@ -25,8 +25,6 @@
|
||||
#include "Poco/LogFile_WIN32U.h"
|
||||
#elif defined(POCO_OS_FAMILY_WINDOWS)
|
||||
#include "Poco/LogFile_WIN32.h"
|
||||
#elif defined(POCO_OS_FAMILY_VMS)
|
||||
#include "Poco/LogFile_VMS.h"
|
||||
#else
|
||||
#include "Poco/LogFile_STD.h"
|
||||
#endif
|
||||
@@ -53,10 +51,10 @@ public:
|
||||
|
||||
UInt64 size() const;
|
||||
/// Returns the current size in bytes of the log file.
|
||||
|
||||
|
||||
Timestamp creationDate() const;
|
||||
/// Returns the date and time the log file was created.
|
||||
|
||||
|
||||
const std::string& path() const;
|
||||
/// Returns the path given in the constructor.
|
||||
};
|
||||
|
Reference in New Issue
Block a user