summaryrefslogtreecommitdiff
path: root/ace/Log_Record.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Log_Record.h')
-rw-r--r--ace/Log_Record.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Log_Record.h b/ace/Log_Record.h
index 17fdfda3925..131db76d129 100644
--- a/ace/Log_Record.h
+++ b/ace/Log_Record.h
@@ -103,6 +103,10 @@ public:
*/
static const ACE_TCHAR *priority_name (ACE_Log_Priority p);
+ // IMPORTANT: <name> must be a statically allocated const ACE_TCHAR*
+ static void priority_name (ACE_Log_Priority p,
+ const ACE_TCHAR *name);
+
// = Marshall/demarshall
/// Encode the <Log_Record> for transmission on the network.
void encode (void);