summaryrefslogtreecommitdiff
path: root/TAO/tao/ServerRequestInterceptor_Adapter_Factory.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-11-02 11:03:27 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-11-02 11:03:27 +0000
commitd30481a515e68817ee812e6527f0e4afeb21651e (patch)
tree7b729be96bfa676f133f562057cf68f0b4b9ca5e /TAO/tao/ServerRequestInterceptor_Adapter_Factory.h
parent1e8a1cead48e985129cbfc3ad2f0935a146b037e (diff)
downloadATCD-d30481a515e68817ee812e6527f0e4afeb21651e.tar.gz
ChangeLogTag:Tue Nov 1 14:49:40 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/ServerRequestInterceptor_Adapter_Factory.h')
-rw-r--r--TAO/tao/ServerRequestInterceptor_Adapter_Factory.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tao/ServerRequestInterceptor_Adapter_Factory.h b/TAO/tao/ServerRequestInterceptor_Adapter_Factory.h
index 592844d1405..e97987173d6 100644
--- a/TAO/tao/ServerRequestInterceptor_Adapter_Factory.h
+++ b/TAO/tao/ServerRequestInterceptor_Adapter_Factory.h
@@ -1,4 +1,4 @@
-// This may look like C, but it's really -*- C++ -*-
+// -*- C++ -*-
//=============================================================================
/**
@@ -23,6 +23,9 @@
#include "tao/SystemException.h"
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace TAO
{
class ServerRequestInterceptor_Adapter;
@@ -42,6 +45,8 @@ public:
virtual TAO::ServerRequestInterceptor_Adapter * create (void) = 0;
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* TAO_SERVERREQUESTINTERCEPTOR_ADAPTER_FACTORY_H */