summaryrefslogtreecommitdiff
path: root/ace/Service_Config.h
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-05-27 18:53:59 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-05-27 18:53:59 +0000
commit41d8656784be88e065136b8e0d52bd404bc52431 (patch)
treec350d374bb7fa246465a230364a1da86e36c34b8 /ace/Service_Config.h
parente88164ac755420b6025c3182ab48718058a8825d (diff)
downloadATCD-41d8656784be88e065136b8e0d52bd404bc52431.tar.gz
ChangeLogTag:Mon May 27 18:48:42 UTC 2002 Don Hinton <dhinton@ieee.org>dll_singleton
Diffstat (limited to 'ace/Service_Config.h')
-rw-r--r--ace/Service_Config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Service_Config.h b/ace/Service_Config.h
index de136e1feda..a72975ea3ed 100644
--- a/ace/Service_Config.h
+++ b/ace/Service_Config.h
@@ -356,7 +356,7 @@ public:
#if (ACE_USES_CLASSIC_SVC_CONF == 0)
static ACE_Service_Type *create_service_type (const ACE_TCHAR *n,
ACE_Service_Type_Impl *o,
- const ACE_SHLIB_HANDLE handle,
+ ACE_DLL &dll,
int active);
#endif /* ACE_USES_CLASSIC_SVC_CONF == 0 */