summaryrefslogtreecommitdiff
path: root/ACE/ace/Service_Object.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2008-06-02 15:29:53 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2008-06-02 15:29:53 +0000
commit9d3707329aff9772f4415ec53a443fb307acb363 (patch)
tree0a813d134604e659287e34847d791160a06ed08b /ACE/ace/Service_Object.cpp
parent610dcc97547c80b5736fae56f43b51967203d77c (diff)
downloadATCD-9d3707329aff9772f4415ec53a443fb307acb363.tar.gz
ChangeLogTag:Mon
Diffstat (limited to 'ACE/ace/Service_Object.cpp')
-rw-r--r--ACE/ace/Service_Object.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Service_Object.cpp b/ACE/ace/Service_Object.cpp
index 3362f0333b2..f3ca42b25f3 100644
--- a/ACE/ace/Service_Object.cpp
+++ b/ACE/ace/Service_Object.cpp
@@ -114,8 +114,8 @@ ACE_Service_Type::fini (void)
// Ensure that closing the DLL is done after type_->fini() as it may
// require access to the code for the service object destructor,
// which resides in the DLL
- return (ret | this->dll_.close());
+ return (ret | this->dll_.close ());
}
int