diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-05-09 21:39:52 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-05-09 21:39:52 +0000 |
commit | 4ccc4be13cb41373c800c2d798be1dc9da10ec66 (patch) | |
tree | 2a2ed53e8af5b0b7fdf73a67b93f2a4a88f5459c /ace/Service_Config.h | |
parent | 3d7a76a57359a951c249d3df2e689a89b5c6edf0 (diff) | |
download | ATCD-4ccc4be13cb41373c800c2d798be1dc9da10ec66.tar.gz |
ChangeLogTag:Thu May 9 16:26:48 2002 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'ace/Service_Config.h')
-rw-r--r-- | ace/Service_Config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Service_Config.h b/ace/Service_Config.h index 2b8da8c37b9..de136e1feda 100644 --- a/ace/Service_Config.h +++ b/ace/Service_Config.h @@ -358,13 +358,13 @@ public: ACE_Service_Type_Impl *o, const ACE_SHLIB_HANDLE handle, int active); +#endif /* ACE_USES_CLASSIC_SVC_CONF == 0 */ static ACE_Service_Type_Impl *create_service_type_impl (const ACE_TCHAR *name, int type, void *symbol, u_int flags, ACE_Service_Object_Exterminator gobbler); -#endif /* ACE_USES_CLASSIC_SVC_CONF == 0 */ protected: /// Process service configuration requests that were provided on the /// command-line. Returns the number of errors that occurred. |