summaryrefslogtreecommitdiff
path: root/ace/Service_Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Service_Object.h')
-rw-r--r--ace/Service_Object.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/Service_Object.h b/ace/Service_Object.h
index 027e217bde7..abc4781d9c8 100644
--- a/ace/Service_Object.h
+++ b/ace/Service_Object.h
@@ -126,7 +126,10 @@ public:
void dump (void) const;
/// Get to the DLL's implentation
- const ACE_DLL & dll () const;
+ const ACE_DLL & dll (void) const;
+
+ /// Sets the DLL
+ void dll (const ACE_DLL&);
/// Declare the dynamic allocation hooks.
ACE_ALLOC_HOOK_DECLARE;