summaryrefslogtreecommitdiff
path: root/TAO/tao/ServerRequestInterceptor_Adapter_Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ServerRequestInterceptor_Adapter_Factory.h')
-rw-r--r--TAO/tao/ServerRequestInterceptor_Adapter_Factory.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/TAO/tao/ServerRequestInterceptor_Adapter_Factory.h b/TAO/tao/ServerRequestInterceptor_Adapter_Factory.h
index e97987173d6..592844d1405 100644
--- a/TAO/tao/ServerRequestInterceptor_Adapter_Factory.h
+++ b/TAO/tao/ServerRequestInterceptor_Adapter_Factory.h
@@ -1,4 +1,4 @@
-// -*- C++ -*-
+// This may look like C, but it's really -*- C++ -*-
//=============================================================================
/**
@@ -23,9 +23,6 @@
#include "tao/SystemException.h"
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
namespace TAO
{
class ServerRequestInterceptor_Adapter;
@@ -45,8 +42,6 @@ public:
virtual TAO::ServerRequestInterceptor_Adapter * create (void) = 0;
};
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#include /**/ "ace/post.h"
#endif /* TAO_SERVERREQUESTINTERCEPTOR_ADAPTER_FACTORY_H */