summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Connect.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IIOP_Connect.h')
-rw-r--r--TAO/tao/IIOP_Connect.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/TAO/tao/IIOP_Connect.h b/TAO/tao/IIOP_Connect.h
index 07112a87299..68ce283e3d9 100644
--- a/TAO/tao/IIOP_Connect.h
+++ b/TAO/tao/IIOP_Connect.h
@@ -34,7 +34,9 @@
#include "tao/IIOP_Transport.h"
// BALA Temporray include
-#include "tao/GIOP_Message_1_1.h"
+#include "tao/GIOP_Acceptors.h"
+#include "tao/GIOP_Message_Invocation.h"
+
// Forward Decls
class TAO_ORB_Core;
@@ -106,7 +108,7 @@ protected:
//@@Added by Bala for the time being. This would change to the
// actual factory at a later date
- TAO_GIOP_Message_1_1 message_factory_;
+ TAO_GIOP_Client_Message_1_1 message_factory_;
// /////////////////////
};
@@ -168,6 +170,11 @@ protected:
TAO_IIOP_Server_Transport transport_;
// @@ New transport object reference.
+ //@@Added by Bala for the time being. This would change to the
+ // actual factory at a later date
+ TAO_GIOP_Message_Acceptor acceptor_factory_;
+ // /////////////////////
+
TAO_ORB_Core *orb_core_;
// Cached ORB Core.