summaryrefslogtreecommitdiff
path: root/ace/Service_Config.h
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-05-28 11:08:38 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-05-28 11:08:38 +0000
commit1e426a1306cb6372b37f97860d50b57a4107ffd3 (patch)
tree8898ee731d4538958b8173be1b9d4bf059812ac0 /ace/Service_Config.h
parent6b76defe4b0944dc5dd47f577c2ade43d6975084 (diff)
downloadATCD-1e426a1306cb6372b37f97860d50b57a4107ffd3.tar.gz
ChangeLogTag:Tue May 28 10:47:50 UTC 2002 Don Hinton <dhinton@ieee.org>
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 66330f86d9c..5444ee126ee 100644
--- a/ace/Service_Config.h
+++ b/ace/Service_Config.h
@@ -364,7 +364,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 */