summaryrefslogtreecommitdiff
path: root/ace/Logging_Strategy.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Logging_Strategy.h')
-rw-r--r--ace/Logging_Strategy.h14
1 files changed, 5 insertions, 9 deletions
diff --git a/ace/Logging_Strategy.h b/ace/Logging_Strategy.h
index d8ee19bba76..b4123221622 100644
--- a/ace/Logging_Strategy.h
+++ b/ace/Logging_Strategy.h
@@ -1,4 +1,4 @@
-// -*- C++ -*-
+/* -*- C++ -*- */
//=============================================================================
/**
@@ -6,8 +6,8 @@
*
* $Id$
*
- * @author Prashant Jain <pjain@cs.wustl.edu>
- * @author Orlando Ribeiro <oribeiro@inescporto.pt>
+ * @author Prashant Jain <pjain@cs.wustl.edu> and
+ * Orlando Ribeiro <oribeiro@inescporto.pt>
*/
//=============================================================================
@@ -25,8 +25,6 @@
#define ACE_DEFAULT_LOGFILE_POLL_INTERVAL 600 /* Seconds */
#endif /* ACE_DEFAULT_LOGFILE_POLL_INTERVAL */
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
/**
* @class ACE_Logging_Strategy
*
@@ -64,10 +62,10 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
* to set the reactor used by @c ACE_Logging_Strategy to something
* other than the singleton reactor you'll need to get a pointer to
* the @c ACE_Logging_Strategy instance and do this
- *
+ *
* ACE_Reactor my_reactor;
* ACE_Logging_Strategy *logging_strategy = ...... // Get instance.
- *
+ *
* logging_strategy->reactor (&my_reactor);
*
* and then logging_strategy will use your reactor. If you're
@@ -183,8 +181,6 @@ protected:
ACE_Log_Msg *log_msg_;
};
-ACE_END_VERSIONED_NAMESPACE_DECL
-
ACE_FACTORY_DECLARE (ACE, ACE_Logging_Strategy)
#endif /* ACE_LOGGING_STRATEGY_H */