GH #1988: Remove OpenVMS support

This commit is contained in:
Guenter Obiltschnig
2017-11-09 11:15:18 +01:00
parent 60ffb229ec
commit 7d4d01e343
83 changed files with 241 additions and 5502 deletions

View File

@@ -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.
};