summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-30 12:31:02 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-30 12:31:02 +0000
commitfdf973a1e9561a5b04b53ccb4f98e929f9e9a3c6 (patch)
tree0918899fe823d8adb5a86c5db91f4bf8e43a1086 /TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp
parent52728a087e8dc453923745ad5d85bb1e15c1ce25 (diff)
downloadATCD-fdf973a1e9561a5b04b53ccb4f98e929f9e9a3c6.tar.gz
ChangeLogTag: Wed Apr 30 07:26:37 2003 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp b/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp
index 26d4563a88d..24fd4a2cf69 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp
@@ -135,7 +135,7 @@ TAO_UIPMC_Connection_Handler::open (void*)
}
// Set the id in the transport now that we're active.
- this->transport ()->id ((int) this->udp_socket_.get_handle ());
+ this->transport ()->id ((size_t) this->udp_socket_.get_handle ());
this->using_mcast_ = 0;
return 0;
@@ -155,7 +155,7 @@ TAO_UIPMC_Connection_Handler::open_server (void)
));
}
- this->transport ()->id ((int) this->mcast_socket_.get_handle ());
+ this->transport ()->id ((size_t) this->mcast_socket_.get_handle ());
this->using_mcast_ = 1;
return 0;
@@ -184,7 +184,7 @@ TAO_UIPMC_Connection_Handler::activate (long flags,
// @@ Frank: Not disabled yet...
// Set the id in the transport now that we're active.
- this->transport ()->id ((int) this->get_handle ());
+ this->transport ()->id ((size_t) this->get_handle ());
return TAO_UIPMC_SVC_HANDLER::activate (flags,
n_threads,