summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/ServerRequestInfo.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-03-25 22:44:01 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-03-25 22:44:01 +0000
commitd1330bfd705b25dcb9cf97a9daadad3433a038ad (patch)
tree267fbdbd67bd696ca0a604fc4ede6d67152f8d3b /TAO/tao/PortableServer/ServerRequestInfo.h
parent917cd9848f776940f2595bfab6a5118683c23d3a (diff)
downloadATCD-d1330bfd705b25dcb9cf97a9daadad3433a038ad.tar.gz
ChangeLogTag:Tue Mar 25 14:06:58 2003 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/PortableServer/ServerRequestInfo.h')
-rw-r--r--TAO/tao/PortableServer/ServerRequestInfo.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tao/PortableServer/ServerRequestInfo.h b/TAO/tao/PortableServer/ServerRequestInfo.h
index bf2d856464b..49480e3a0a1 100644
--- a/TAO/tao/PortableServer/ServerRequestInfo.h
+++ b/TAO/tao/PortableServer/ServerRequestInfo.h
@@ -34,9 +34,9 @@
#include "tao/Service_Context.h"
#include "tao/TAO_Server_Request.h"
-#include "Object_Adapter.h"
+#include "tao/PortableServer/Object_Adapter.h"
-#include "portableserver_export.h"
+#include "tao/PortableServer/portableserver_export.h"
#if defined(_MSC_VER)
#if (_MSC_VER >= 1200)
@@ -104,14 +104,12 @@ public:
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException)) ;
-#if TAO_HAS_CORBA_MESSAGING == 1
/// Return the sync_scope policy value for the current one-way
/// operation. If the operation is not a one-way, a
/// CORBA::BAD_INV_ORDER exception is thrown.
virtual Messaging::SyncScope sync_scope (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
-#endif /* TAO_HAS_CORBA_MESSAGING */
/// Return the reply status for the current request. Statuses can
/// be PortableInterceptor::SUCCESSFUL, SYSTEM_EXCEPTION,