summaryrefslogtreecommitdiff
path: root/TAO/tao/PI/PICurrent_Loader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PI/PICurrent_Loader.cpp')
-rw-r--r--TAO/tao/PI/PICurrent_Loader.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/TAO/tao/PI/PICurrent_Loader.cpp b/TAO/tao/PI/PICurrent_Loader.cpp
index 1423cd7c663..639ad627d58 100644
--- a/TAO/tao/PI/PICurrent_Loader.cpp
+++ b/TAO/tao/PI/PICurrent_Loader.cpp
@@ -11,11 +11,11 @@
*/
// =================================================================
-#include "PICurrent_Loader.h"
+#include "tao/PI/PICurrent_Loader.h"
#if TAO_HAS_INTERCEPTORS == 1
-#include "PICurrent.h"
+#include "tao/PI/PICurrent.h"
#include "tao/ORB.h"
#include "tao/ORB_Core.h"
@@ -25,6 +25,8 @@ ACE_RCSID (PI,
PICurrent_Loader,
"$Id$")
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
CORBA::Object_ptr
TAO_PICurrent_Loader::create_object (
CORBA::ORB_ptr orb,
@@ -40,6 +42,8 @@ TAO_PICurrent_Loader::create_object (
return obj;
}
+TAO_END_VERSIONED_NAMESPACE_DECL
+
ACE_STATIC_SVC_DEFINE (TAO_PICurrent_Loader,
ACE_TEXT ("PICurrent_Loader"),
ACE_SVC_OBJ_T,