summaryrefslogtreecommitdiff
path: root/orbsvcs/orbsvcs/Event/ECG_UDP_Receiver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/orbsvcs/Event/ECG_UDP_Receiver.cpp')
-rw-r--r--orbsvcs/orbsvcs/Event/ECG_UDP_Receiver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/orbsvcs/orbsvcs/Event/ECG_UDP_Receiver.cpp b/orbsvcs/orbsvcs/Event/ECG_UDP_Receiver.cpp
index b076949f084..0f2be3c8f2d 100644
--- a/orbsvcs/orbsvcs/Event/ECG_UDP_Receiver.cpp
+++ b/orbsvcs/orbsvcs/Event/ECG_UDP_Receiver.cpp
@@ -65,7 +65,7 @@ TAO_ECG_UDP_Receiver::connect (const RtecEventChannelAdmin::SupplierQOS& pub)
throw CORBA::INTERNAL ();
}
- if (pub.publications.length () == 0)
+ if (pub.publications.size () == 0)
{
ACE_ERROR ((LM_ERROR,
"TAO_ECG_UDP_Receiver::connect(): "