diff options
author | iliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-09-25 14:50:35 +0000 |
---|---|---|
committer | iliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-09-25 14:50:35 +0000 |
commit | e8d586bcbfce0796c32729f8234a74ca44a5a5c4 (patch) | |
tree | 356d769b03b841385f42657ccfeada07ce730320 /ace/Service_Object.h | |
parent | e63d4e617c903edc335ef8b246371e71f8d203f2 (diff) | |
download | ATCD-bug2612-ace.tar.gz |
ChangeLogTag: Fri Sep 22 21:02:58 UTC 2006 Iliyan Jeliazkov <iliyan@ociweb.com>bug2612-ace
Diffstat (limited to 'ace/Service_Object.h')
-rw-r--r-- | ace/Service_Object.h | 5 |
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; |