summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA/RT_Endpoint_Utils.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-11-04 09:26:56 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-11-04 09:26:56 +0000
commit95308be2e75a55ea78e0bd56e486e5f65b6ee60a (patch)
treeda21be1d8871e4d8f1fb0cc6f36f6de06584e8c0 /TAO/tao/RTCORBA/RT_Endpoint_Utils.h
parent93ea04d5325d1228d58e24ba13c92ec23dc57bc5 (diff)
downloadATCD-95308be2e75a55ea78e0bd56e486e5f65b6ee60a.tar.gz
ChangeLogTag:Thu Nov 3 09:26:21 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/RTCORBA/RT_Endpoint_Utils.h')
-rw-r--r--TAO/tao/RTCORBA/RT_Endpoint_Utils.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/tao/RTCORBA/RT_Endpoint_Utils.h b/TAO/tao/RTCORBA/RT_Endpoint_Utils.h
index 26dd559c5c7..e39da435abf 100644
--- a/TAO/tao/RTCORBA/RT_Endpoint_Utils.h
+++ b/TAO/tao/RTCORBA/RT_Endpoint_Utils.h
@@ -1,4 +1,4 @@
-// This may look like C, but it's really -*- C++ -*-
+// -*- C++ -*-
//=============================================================================
/**
@@ -27,6 +27,8 @@
#include "tao/Policy_ForwardC.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace TAO
{
class Profile_Transport_Resolver;
@@ -51,6 +53,8 @@ private:
TAO_RT_Endpoint_Utils ();
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* RT_ENDPOINT_UTILS_H */