summaryrefslogtreecommitdiff
path: root/ace/Service_Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Service_Object.h')
-rw-r--r--ace/Service_Object.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/ace/Service_Object.h b/ace/Service_Object.h
index d96e5c59255..6101372c5f1 100644
--- a/ace/Service_Object.h
+++ b/ace/Service_Object.h
@@ -24,6 +24,8 @@
#include "ace/Event_Handler.h"
#include "ace/DLL.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
#define ACE_Component ACE_Service_Object
/**
* @class ACE_Service_Object
@@ -32,9 +34,9 @@
* implementations.
*
* Classes that inherit from <ACE_Service_Objects> are capable
- * of being registered with the <ACE_Reactor> (due to the
- * <ACE_Event_Handler>, as well as being dynamically linked by
- * the <ACE_Service_Config> (due to the <ACE_Shared_Object>).
+ * of being registered with the ACE_Reactor (due to the
+ * ACE_Event_Handler, as well as being dynamically linked by
+ * the ACE_Service_Config (due to the <ACE_Shared_Object>).
*/
class ACE_Export ACE_Service_Object : public ACE_Event_Handler, public ACE_Shared_Object
{
@@ -140,7 +142,7 @@ private:
* @class ACE_Service_Object_Ptr
*
* @brief This is a smart pointer that holds onto the associated
- * <ACE_Service_Object> * until the current scope is left, at
+ * ACE_Service_Object * until the current scope is left, at
* which point the object's <fini> hook is called and the
* service_object_ gets deleted.
*
@@ -167,6 +169,8 @@ private:
ACE_Service_Object *service_object_;
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#if defined (__ACE_INLINE__)
#include "ace/Service_Object.inl"
#endif /* __ACE_INLINE__ */