diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-05-08 21:54:10 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-05-08 21:54:10 +0000 |
commit | 0ecf5205b86fec6836445d8df3272cc613b83ea9 (patch) | |
tree | 010302338ac8df945f024f8f90d1d9d7cd2b2356 /ace/Service_Object.h | |
parent | e7eaa5dec5d01f5094ff207feea5ebb0d224b1c6 (diff) | |
download | ATCD-0ecf5205b86fec6836445d8df3272cc613b83ea9.tar.gz |
ChangeLogTag:Wed May 8 15:15:41 2002 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'ace/Service_Object.h')
-rw-r--r-- | ace/Service_Object.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ace/Service_Object.h b/ace/Service_Object.h index 2801a8be3c4..c5155c0c5c0 100644 --- a/ace/Service_Object.h +++ b/ace/Service_Object.h @@ -15,6 +15,7 @@ #include "ace/pre.h" #include "ace/Shared_Object.h" +#include "ace/Svc_Conf_Tokens.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once @@ -74,6 +75,14 @@ public: DELETE_THIS = 2 }; + enum + { + SERVICE_OBJECT = ACE_SVC_OBJ_T, + MODULE = ACE_MODULE_T, + STREAM = ACE_STREAM_T, + INVALID_TYPE = -1 + }; + // = Initialization and termination methods. ACE_Service_Type (const ACE_TCHAR *n, ACE_Service_Type_Impl *o, |