diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-02-10 10:42:34 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-02-10 10:42:34 +0000 |
commit | f271412afe5c18f609f3697e0e94af408a12e50e (patch) | |
tree | f333a88cb7ef7ceb3de8c64dc04c2d7716d4c72c /ace/Service_Object.h | |
parent | 79a039db26b8216269f9ad46dd04379358d5b9d0 (diff) | |
download | ATCD-f271412afe5c18f609f3697e0e94af408a12e50e.tar.gz |
ChangeLogTag: Fri Feb 10 09:18:39 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Service_Object.h')
-rw-r--r-- | ace/Service_Object.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/Service_Object.h b/ace/Service_Object.h index 2526d622f26..6101372c5f1 100644 --- a/ace/Service_Object.h +++ b/ace/Service_Object.h @@ -34,9 +34,9 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL * 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 { @@ -142,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. * |