summaryrefslogtreecommitdiff
path: root/ace/Service_Object.h
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-22 21:40:36 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-22 21:40:36 +0000
commit72881af21bd008dcfd50cde8fa427b057a8860c7 (patch)
tree64ae0cecf9bfcfb396cfb1429a802fd5386b7419 /ace/Service_Object.h
parentfc15d6749fff524dc8afc6b2745d8f9ee39f7b7d (diff)
downloadATCD-72881af21bd008dcfd50cde8fa427b057a8860c7.tar.gz
ChangeLogTag:Sat Nov 22 15:39:05 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'ace/Service_Object.h')
-rw-r--r--ace/Service_Object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Service_Object.h b/ace/Service_Object.h
index c7dfd918863..2c8115a51d5 100644
--- a/ace/Service_Object.h
+++ b/ace/Service_Object.h
@@ -127,7 +127,7 @@ private:
const ACE_Service_Type_Impl *type_;
/// ACE_DLL representing the shared object file (non-zero if dynamically linked).
- const ACE_DLL dll_;
+ mutable ACE_DLL dll_;
/// 1 if svc is currently active, otherwise 0.
int active_;