summaryrefslogtreecommitdiff
path: root/TAO/tao/PI/ClientRequestInterceptor_Factory_Impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PI/ClientRequestInterceptor_Factory_Impl.h')
-rw-r--r--TAO/tao/PI/ClientRequestInterceptor_Factory_Impl.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/TAO/tao/PI/ClientRequestInterceptor_Factory_Impl.h b/TAO/tao/PI/ClientRequestInterceptor_Factory_Impl.h
index c3b959f156f..f63b6ca3407 100644
--- a/TAO/tao/PI/ClientRequestInterceptor_Factory_Impl.h
+++ b/TAO/tao/PI/ClientRequestInterceptor_Factory_Impl.h
@@ -1,5 +1,4 @@
-/* -*- C++ -*- */
-
+// -*- C++ -*-
//=============================================================================
/**
@@ -17,7 +16,7 @@
#include /**/ "ace/pre.h"
-#include "pi_export.h"
+#include "tao/PI/pi_export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -27,8 +26,10 @@
#if TAO_HAS_INTERCEPTORS == 1
-#include "ace/Service_Config.h"
#include "tao/ClientRequestInterceptor_Adapter_Factory.h"
+#include "ace/Service_Config.h"
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
namespace TAO
{
@@ -42,6 +43,8 @@ public:
virtual TAO::ClientRequestInterceptor_Adapter *create (void);
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
ACE_STATIC_SVC_DECLARE (TAO_ClientRequestInterceptor_Adapter_Factory_Impl)
ACE_FACTORY_DECLARE (TAO_PI, TAO_ClientRequestInterceptor_Adapter_Factory_Impl)