summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation.cpp
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-28 18:08:29 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-28 18:08:29 +0000
commit566355594ab82e36705270c9980f9748b49c5595 (patch)
tree4bf749596d859bb64c95394abf1f149e47d793c5 /TAO/tao/Invocation.cpp
parent400c4cc85a9ca809c7f39ef18911e9cef43a3a90 (diff)
downloadATCD-566355594ab82e36705270c9980f9748b49c5595.tar.gz
ChangeLogTag: Mon May 28 12:02:38 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Invocation.cpp')
-rw-r--r--TAO/tao/Invocation.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Invocation.cpp b/TAO/tao/Invocation.cpp
index dee6244238c..7e0dca03670 100644
--- a/TAO/tao/Invocation.cpp
+++ b/TAO/tao/Invocation.cpp
@@ -269,7 +269,7 @@ TAO_GIOP_Invocation::start (CORBA::Environment &ACE_TRY_ENV)
// {
// // Now that we have the client connection handler object we need to
// // set the right messaging protocol for in the client side transport.
-// const TAO_GIOP_Version& version = this->profile_->version ();
+// const TAO_GIOP_Message_Version& version = this->profile_->version ();
// result = this->transport_->messaging_init (version.major,
// version.minor);
// if (result == -1)
@@ -349,7 +349,7 @@ TAO_GIOP_Invocation::perform_call (TAO_Transport_Descriptor_Interface &desc,
{
// Now that we have the client connection handler object we need to
// set the right messaging protocol for in the client side transport.
- const TAO_GIOP_Version& version = this->profile_->version ();
+ const TAO_GIOP_Message_Version& version = this->profile_->version ();
result = this->transport_->messaging_init (version.major,
version.minor);
if (result == -1)