diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-06-04 23:35:49 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-06-04 23:35:49 +0000 |
commit | e626ffe11df38ebd506ded8f3f0d26742ec84c9b (patch) | |
tree | 4dd16aca20c4d63c26dd6c0791a4dd6081429fb1 /ace/Service_Config.cpp | |
parent | 024efb71895c115e30867bef014383e6d42553b2 (diff) | |
download | ATCD-e626ffe11df38ebd506ded8f3f0d26742ec84c9b.tar.gz |
ChangeLogTag:Tue Jun 04 16:34:18 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/Service_Config.cpp')
-rw-r--r-- | ace/Service_Config.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ace/Service_Config.cpp b/ace/Service_Config.cpp index 0da87d83656..1b87a1e5941 100644 --- a/ace/Service_Config.cpp +++ b/ace/Service_Config.cpp @@ -14,7 +14,6 @@ #include "ace/Service_Config.h" #include "ace/XML_Svc_Conf.h" -#include "ace/Auto_Ptr.h" #if !defined (__ACE_INLINE__) #include "ace/Service_Config.i" @@ -24,7 +23,7 @@ ACE_RCSID (ace, Service_Config, "$Id$") -ACE_ALLOC_HOOK_DEFINE(ACE_Service_Config) +ACE_ALLOC_HOOK_DEFINE (ACE_Service_Config) void ACE_Service_Config::dump (void) const |