summaryrefslogtreecommitdiff
path: root/TAO/tao/ClientRequestInfo_i.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-06-10 10:21:12 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-06-10 10:21:12 +0000
commit2a52c550e3e569af4e1e2bad3f1726679d91270a (patch)
tree030d1d711ada3a07e17a5623c5cb8f2aa179678b /TAO/tao/ClientRequestInfo_i.h
parent940ab4dba0771b0fec126fc330ad8d8989dcd904 (diff)
downloadATCD-2a52c550e3e569af4e1e2bad3f1726679d91270a.tar.gz
ChangeLogTag: Thu Jun 9 18:49:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/ClientRequestInfo_i.h')
-rw-r--r--TAO/tao/ClientRequestInfo_i.h16
1 files changed, 15 insertions, 1 deletions
diff --git a/TAO/tao/ClientRequestInfo_i.h b/TAO/tao/ClientRequestInfo_i.h
index 55ac729578c..aa8e320735b 100644
--- a/TAO/tao/ClientRequestInfo_i.h
+++ b/TAO/tao/ClientRequestInfo_i.h
@@ -29,8 +29,9 @@
#if (TAO_HAS_INTERCEPTORS == 1)
#include "Invocation_Utils.h"
-#include "PICurrent.h"
+#include "PICurrent_Impl.h"
#include "PICurrent_Copy_Callback.h"
+#include "PIForwardRequestC.h"
class TAO_Service_Context;
@@ -45,6 +46,19 @@ namespace CORBA
typedef AbstractBase *AbstractBase_ptr;
}
+namespace Dynamic
+{
+ class ParameterList;
+ class ExceptionList;
+ typedef CORBA::StringSeq RequestContext;
+ typedef CORBA::StringSeq ContextList;
+}
+
+namespace Messaging
+{
+ typedef CORBA::Short SyncScope;
+}
+
/**
* @class TAO_ClientRequestInfo_i
*