summaryrefslogtreecommitdiff
path: root/ace/DLL_Manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/DLL_Manager.h')
-rw-r--r--ace/DLL_Manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/DLL_Manager.h b/ace/DLL_Manager.h
index 140988281f7..336532cdd50 100644
--- a/ace/DLL_Manager.h
+++ b/ace/DLL_Manager.h
@@ -82,7 +82,7 @@ public:
int open (const ACE_TCHAR *dll_name,
int open_mode,
ACE_SHLIB_HANDLE handle,
- int debug_level = 0);
+ int debug = 0);
/// Call to close the DLL object. If unload = 0, it only decrements
/// the refcount, but if unload = 1, then it will actually unload
@@ -200,7 +200,7 @@ public:
ACE_DLL_Handle *open_dll (const ACE_TCHAR *dll_name,
int openmode,
ACE_SHLIB_HANDLE handle,
- int debug_level = 0);
+ int debug = 0);
/// Close the underlying dll. Decrements the refcount.
int close_dll (const ACE_TCHAR *dll_name);