mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-02 11:38:08 +00:00
GH #1988: Remove OpenVMS support
This commit is contained in:
@@ -39,8 +39,6 @@ public:
|
||||
/// function.
|
||||
/// On Unix, this function returns true if the environment
|
||||
/// variable POCO_ENABLE_DEBUGGER is set.
|
||||
/// On OpenVMS, this function always returns true in debug,
|
||||
/// mode, false otherwise.
|
||||
|
||||
static void message(const std::string& msg);
|
||||
/// Writes a message to the debugger log, if available, otherwise to
|
||||
@@ -54,7 +52,6 @@ public:
|
||||
/// Breaks into the debugger, if it is available.
|
||||
/// On Windows, this is done using the DebugBreak() function.
|
||||
/// On Unix, the SIGINT signal is raised.
|
||||
/// On OpenVMS, the SS$_DEBUG signal is raised.
|
||||
|
||||
static void enter(const std::string& msg);
|
||||
/// Writes a debug message to the debugger log and breaks into it.
|
||||
|
||||
Reference in New Issue
Block a user