summaryrefslogtreecommitdiff
path: root/ACE/ace/Logging_Strategy.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-02-26 12:26:16 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-02-26 12:26:16 +0000
commit2b7b6703496c2592614d8638f8b0f1d2a0d89147 (patch)
treea9eeee7c3f879f8cc32766ec5ebd1a60f09d32f3 /ACE/ace/Logging_Strategy.h
parent7075abafd0955937ad860d2dccaa3cf61462bd4b (diff)
downloadATCD-2b7b6703496c2592614d8638f8b0f1d2a0d89147.tar.gz
Thu Feb 26 12:26:15 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Addr.cpp: Layout change * ace/Event_Handler.h: * ace/Free_List.h: * ace/Logging_Strategy.h: * ace/Process_Manager.h: * ace/Select_Reactor_Base.h: * ace/Select_Reactor_T.h: * ace/SSL/SSL_SOCK_Acceptor.inl: * ace/Timer_Heap_T.h: * ace/Timer_Wheel_T.h: Doxygen change * ace/Service_Config.cpp: * ace/Service_Gestalt.cpp: * ace/Service_Gestalt.h: Changed the default value of the logger_key argument to open to 0. That way we can easier check if the user has overridden the default. Also check the logger_key in Service_Gestalt, so that it can be set through TAO. This fixes bugzilla 3597
Diffstat (limited to 'ACE/ace/Logging_Strategy.h')
-rw-r--r--ACE/ace/Logging_Strategy.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ACE/ace/Logging_Strategy.h b/ACE/ace/Logging_Strategy.h
index 6abe92cf7ea..d1436a6380c 100644
--- a/ACE/ace/Logging_Strategy.h
+++ b/ACE/ace/Logging_Strategy.h
@@ -93,7 +93,7 @@ public:
/**
* Timeout handler which tests logfile size. If the current logfile
- * size exceeds <max_size_>, the current logfile is closed, saved to
+ * size exceeds @c max_size_, the current logfile is closed, saved to
* logfile.old, and a new logfile is reopened.
*/
virtual int handle_timeout (const ACE_Time_Value& tv,
@@ -110,7 +110,7 @@ public:
* @arg '-n' Set the program name for the %n format specifier.
* @arg '-N' The maximum number of logfiles that we want created.
* @arg '-o' Specifies that we want the no standard logfiles ordering
- * (fastest processing in <handle_timeout>). Default is not to
+ * (fastest processing in handle_timeout()). Default is not to
* order logfiles.
* @arg '-p' Pass in the process-wide priorities to either enable (e.g.,
* DEBUG, INFO, WARNING, NOTICE, ERROR, CRITICAL, ALERT,
@@ -136,10 +136,10 @@ protected:
void priorities (ACE_TCHAR *priority_string,
ACE_Log_Msg::MASK_TYPE mask);
- /// Current thread's priority mask set by <priorities>
+ /// Current thread's priority mask set by @c priorities
u_long thread_priority_mask_;
- /// Process-wide priority mask set by <priorities>
+ /// Process-wide priority mask set by @c priorities
u_long process_priority_mask_;
/// Flags we keep track of.