summaryrefslogtreecommitdiff
path: root/TAO/tao/Dynamic_Adapter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Dynamic_Adapter.cpp')
-rw-r--r--TAO/tao/Dynamic_Adapter.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/tao/Dynamic_Adapter.cpp b/TAO/tao/Dynamic_Adapter.cpp
index b51e0008ca8..7e4a4ab96aa 100644
--- a/TAO/tao/Dynamic_Adapter.cpp
+++ b/TAO/tao/Dynamic_Adapter.cpp
@@ -1,4 +1,4 @@
-// @(#) $Id$
+// $Id$
#include "tao/Dynamic_Adapter.h"
@@ -6,7 +6,10 @@ ACE_RCSID (tao,
Dynamic_Adapter,
"$Id$")
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
TAO_Dynamic_Adapter::~TAO_Dynamic_Adapter (void)
{
}
+TAO_END_VERSIONED_NAMESPACE_DECL