summaryrefslogtreecommitdiff
path: root/TAO/tao/TAO_Server_Request.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/TAO_Server_Request.h')
-rw-r--r--TAO/tao/TAO_Server_Request.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/TAO/tao/TAO_Server_Request.h b/TAO/tao/TAO_Server_Request.h
index b2013c267f1..7c410acc66e 100644
--- a/TAO/tao/TAO_Server_Request.h
+++ b/TAO/tao/TAO_Server_Request.h
@@ -30,18 +30,24 @@
#include "tao/Service_Context.h"
#include "tao/Object.h"
+#if TAO_HAS_INTERCEPTORS == 1
+
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-#if TAO_HAS_INTERCEPTORS == 1
namespace TAO
{
class PICurrent;
class PICurrent_Impl;
class PICurrent_Copy_Callback;
}
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include "PortableInterceptorC.h"
+
#endif /* TAO_HAS_INTERCEPTORS == 1 */
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
class TAO_Pluggable_Messaging;
class TAO_Transport;
class TAO_AMH_Response_Handler;