summaryrefslogtreecommitdiff
path: root/TAO/tao/Request_Dispatcher.h
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-10-28 18:31:01 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-10-28 18:31:01 +0000
commitcdb6fd66611283a0314ab23e08472d11dae4f0e4 (patch)
treefd6ae8c3db752254802dfaafd1543974a4741e47 /TAO/tao/Request_Dispatcher.h
parentf984aa2bff444f381570d2f97ac9ba958926fb6b (diff)
downloadATCD-cdb6fd66611283a0314ab23e08472d11dae4f0e4.tar.gz
ChangeLogTag:Tue Oct 28 12:02:47 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Request_Dispatcher.h')
-rw-r--r--TAO/tao/Request_Dispatcher.h19
1 files changed, 16 insertions, 3 deletions
diff --git a/TAO/tao/Request_Dispatcher.h b/TAO/tao/Request_Dispatcher.h
index 2c70d79a532..0f30a2e948f 100644
--- a/TAO/tao/Request_Dispatcher.h
+++ b/TAO/tao/Request_Dispatcher.h
@@ -15,14 +15,27 @@
#ifndef TAO_REQUEST_DISPATCHER_H
#define TAO_REQUEST_DISPATCHER_H
+
#include /**/ "ace/pre.h"
-#include "tao/Object_KeyC.h"
-#include "tao/IOPC.h"
+#include "tao/Exception.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "tao/Objref_VarOut_T.h"
+class TAO_ORB_Core;
class TAO_ServerRequest;
+namespace CORBA
+{
+ class Object;
+ typedef TAO_Pseudo_Var_T<Object> Object_var;
+ typedef TAO_Pseudo_Out_T<Object, Object_var> Object_out;
+}
+
/**
* @class TAO_Request_Dispatcher
*
@@ -43,8 +56,8 @@ public:
CORBA::Object_out forward_to
ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
-
};
#include /**/ "ace/post.h"
+
#endif /* TAO_REQUEST_DISPATCHER_H */