summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-07-12 17:50:12 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-07-12 17:50:12 +0000
commit71e3b58b67b42c194de6825dc2655d3a6db7f512 (patch)
tree5eaf017ccecd94a38033920cabeb60b1465bcf14 /TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel
parent1bbd66c97621cb1cafde25c34b4046b19039a352 (diff)
downloadATCD-71e3b58b67b42c194de6825dc2655d3a6db7f512.tar.gz
ChangeLogTag: Tue Jul 12 17:49:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel')
-rw-r--r--TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Request_Context_Repository.cpp1
-rw-r--r--TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Request_Context_Repository.h6
2 files changed, 7 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Request_Context_Repository.cpp b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Request_Context_Repository.cpp
index a9de93d8b1e..a6914212327 100644
--- a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Request_Context_Repository.cpp
+++ b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Request_Context_Repository.cpp
@@ -6,6 +6,7 @@
#include "tao/TypeCode.h"
#include "tao/PI/PI.h"
+#include "tao/PI_Server/PI_Server.h"
#include "tao/IOP_IORC.h"
#include "ace/TSS_T.h"
diff --git a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Request_Context_Repository.h b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Request_Context_Repository.h
index 38f2f6b3ecb..7267d1346f7 100644
--- a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Request_Context_Repository.h
+++ b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Request_Context_Repository.h
@@ -26,6 +26,12 @@ namespace PortableInterceptor
{
class ORBInitInfo;
typedef ORBInitInfo *ORBInitInfo_ptr;
+
+ class ServerRequestInfo;
+ typedef ServerRequestInfo *ServerRequestInfo_ptr;
+
+ class ClientRequestInfo;
+ typedef ClientRequestInfo *ClientRequestInfo_ptr;
}
/**