summaryrefslogtreecommitdiff
path: root/TAO/tao/EndpointPolicy
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2006-07-13 17:29:27 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2006-07-13 17:29:27 +0000
commit3fe51b0107bb21492f68a7557d5e69686275c815 (patch)
treee51872aac041f1d4872f4b419b327e782b64f1a2 /TAO/tao/EndpointPolicy
parent9f6b2cfc9bbb30cdd801b9870496231319701ba4 (diff)
downloadATCD-3fe51b0107bb21492f68a7557d5e69686275c815.tar.gz
ChangeLogTag:Thu Jul 13 10:26:42 UTC 2006 Ossama Othman <ossama_othman at symantec dot com>
Diffstat (limited to 'TAO/tao/EndpointPolicy')
-rw-r--r--TAO/tao/EndpointPolicy/EndpointPolicyTypeA.h3
-rw-r--r--TAO/tao/EndpointPolicy/Endpoint_Value_Impl.cpp4
2 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tao/EndpointPolicy/EndpointPolicyTypeA.h b/TAO/tao/EndpointPolicy/EndpointPolicyTypeA.h
index a7953240ff9..a1702176991 100644
--- a/TAO/tao/EndpointPolicy/EndpointPolicyTypeA.h
+++ b/TAO/tao/EndpointPolicy/EndpointPolicyTypeA.h
@@ -40,7 +40,7 @@
// TAO_IDL - Generated from
// c:\ticket\tao-1_4_8_merge\ace_wrappers\tao\tao_idl\be\be_visitor_module/module_ch.cpp:59
-
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
namespace EndpointPolicy
{
@@ -48,6 +48,7 @@ namespace EndpointPolicy
// c:\ticket\tao-1_4_8_merge\ace_wrappers\tao\tao_idl\be\be_visitor_module/module_ch.cpp:86
} // module EndpointPolicy
+TAO_END_VERSIONED_NAMESPACE_DECL
#include /**/ "ace/post.h"
diff --git a/TAO/tao/EndpointPolicy/Endpoint_Value_Impl.cpp b/TAO/tao/EndpointPolicy/Endpoint_Value_Impl.cpp
index cf81937bfd6..2dc63baaa8e 100644
--- a/TAO/tao/EndpointPolicy/Endpoint_Value_Impl.cpp
+++ b/TAO/tao/EndpointPolicy/Endpoint_Value_Impl.cpp
@@ -11,6 +11,10 @@
#include "tao/EndpointPolicy/Endpoint_Value_Impl.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
TAO_Endpoint_Value_Impl::~TAO_Endpoint_Value_Impl()
{
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL