summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation.cpp
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-05-28 18:23:39 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-05-28 18:23:39 +0000
commit53c208f89ff76e02bdbacbafdf2f4493aca2603e (patch)
treecb3da5319fa2910890690f4976d6aac9db218df4 /TAO/tao/Invocation.cpp
parent5d7f65423571e8270476446772aa137fd86cb8da (diff)
downloadATCD-53c208f89ff76e02bdbacbafdf2f4493aca2603e.tar.gz
*** empty log message ***
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)