diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-14 08:12:54 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-14 08:12:54 +0000 |
commit | 9d169fe05ab29b613c60df0ba1625e6651d2cf56 (patch) | |
tree | 9dd97048da928d96cd7e2cfcc00fb3250609a1fe /ace | |
parent | 4e8cf9fefd9d90887f585444b9cc71a03954fe31 (diff) | |
download | ATCD-9d169fe05ab29b613c60df0ba1625e6651d2cf56.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace')
-rw-r--r-- | ace/Service_Types.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Service_Types.cpp b/ace/Service_Types.cpp index c75b5bcb15d..912ddf7e850 100644 --- a/ace/Service_Types.cpp +++ b/ace/Service_Types.cpp @@ -52,7 +52,7 @@ ACE_Service_Type_Impl::fini (void) const delete [] (char *) this->name_; ((ACE_Service_Type_Impl *) this)->name_ = 0; -#if 0 +#if 1 if (ACE_BIT_ENABLED (this->flags_, ACE_Service_Type::DELETE_OBJ)) operator delete ((void *) this->object ()); // cast to remove const-ness #endif /* 0 */ @@ -364,7 +364,7 @@ ACE_Service_Object_Type::fini (void) const { so->fini (); -#if 1 +#if 0 if (ACE_BIT_ENABLED (this->flags_, ACE_Service_Type::DELETE_OBJ)) delete so; #endif /* 1 */ |