summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/DIOP_Endpoint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Strategies/DIOP_Endpoint.cpp')
-rw-r--r--TAO/tao/Strategies/DIOP_Endpoint.cpp11
1 files changed, 8 insertions, 3 deletions
diff --git a/TAO/tao/Strategies/DIOP_Endpoint.cpp b/TAO/tao/Strategies/DIOP_Endpoint.cpp
index f10fb9c0f7e..43657b6d783 100644
--- a/TAO/tao/Strategies/DIOP_Endpoint.cpp
+++ b/TAO/tao/Strategies/DIOP_Endpoint.cpp
@@ -2,11 +2,11 @@
// $Id$
-#include "DIOP_Endpoint.h"
+#include "tao/Strategies/DIOP_Endpoint.h"
#if defined (TAO_HAS_DIOP) && (TAO_HAS_DIOP != 0)
-#include "DIOP_Connection_Handler.h"
+#include "tao/Strategies/DIOP_Connection_Handler.h"
#include "tao/debug.h"
#include "tao/ORB_Constants.h"
@@ -20,11 +20,13 @@ ACE_RCSID (Strategies,
#if !defined (__ACE_INLINE__)
-# include "DIOP_Endpoint.i"
+# include "tao/Strategies/DIOP_Endpoint.i"
#endif /* __ACE_INLINE__ */
#include "ace/os_include/os_netdb.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
TAO_DIOP_Endpoint::TAO_DIOP_Endpoint (const ACE_INET_Addr &addr,
int use_dotted_decimal_addresses)
@@ -243,4 +245,7 @@ TAO_DIOP_Endpoint::object_addr (void) const
}
return this->object_addr_;
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#endif /* TAO_HAS_DIOP && TAO_HAS_DIOP != 0 */