diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-10-28 23:55:10 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-10-28 23:55:10 +0000 |
commit | e32a736ff14f2758a139bdb782db5ce9bab41a44 (patch) | |
tree | 72b3ef7a314c64d03b5b4aced6c03ae96dd6a362 /ace/XML_Svc_Conf.cpp | |
parent | 0db151e9845b5f6b7c775e1465db708d86fde66d (diff) | |
download | ATCD-e32a736ff14f2758a139bdb782db5ce9bab41a44.tar.gz |
ChangeLogTag:Fri Oct 28 00:01:06 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ace/XML_Svc_Conf.cpp')
-rw-r--r-- | ace/XML_Svc_Conf.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/XML_Svc_Conf.cpp b/ace/XML_Svc_Conf.cpp index 76300b641d7..b81c9162076 100644 --- a/ace/XML_Svc_Conf.cpp +++ b/ace/XML_Svc_Conf.cpp @@ -3,7 +3,13 @@ #include "ace/XML_Svc_Conf.h" #if (ACE_USES_CLASSIC_SVC_CONF == 0) + +ACE_BEGIN_VERSIONED_NAMESPACE_DECL + ACE_XML_Svc_Conf::~ACE_XML_Svc_Conf (void) { } + +ACE_END_VERSIONED_NAMESPACE_DECL + #endif /* ACE_USES_CLASSIC_SVC_CONF == 0 */ |