summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-09-17 02:01:33 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-09-17 02:01:33 +0000
commit8c124d3601a1ede34b79195d300e77c84a4da082 (patch)
tree0ebade94b1f34bb9d629bf73384ed8ff2eca9ec6 /TAO/orbsvcs
parent629158b9b30e8aa3df1d736646b849fc32c69703 (diff)
downloadATCD-8c124d3601a1ede34b79195d300e77c84a4da082.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Gateway_UDP.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_UDP.cpp b/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_UDP.cpp
index 2ba80be1a4e..3ba14d1ffbd 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_UDP.cpp
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_UDP.cpp
@@ -212,7 +212,7 @@ TAO_ECG_UDP_Sender::push (const RtecEventComm::EventSet &events,
// ACE_DEBUG ((LM_DEBUG, "sending to (%d,%u)\n",
// udp_addr.port, udp_addr.ipaddr));
- ssize_t n = this->dgram_->send ((const iovec *) iov,
+ ssize_t n = this->dgram_->send ((const ACE_IO_Vector_Base *) iov,
iovcnt,
inet_addr);
if (n == -1)