summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2007-06-06 02:07:08 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2007-06-06 02:07:08 +0000
commitc7465e5b936b746236d013a685569e199c002cd1 (patch)
tree68019f207144ac4544819e2fbfcae68d10be2158
parent479cfac71ae6cf47ac46d02f2b4135ecbfd386a1 (diff)
downloadATCD-c7465e5b936b746236d013a685569e199c002cd1.tar.gz
Wed Jun 6 02:04:42 UTC 2007 Phil Mesnier <mesnier_p@ociweb.com>
-rw-r--r--CIAO/ChangeLog6
-rw-r--r--CIAO/ciaosvcs/Events/CIAO_RTEC/SimpleAddressServer.cpp2
2 files changed, 7 insertions, 1 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index ab6bf1d73f5..8516780f42d 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,9 @@
+Wed Jun 6 02:04:42 UTC 2007 Phil Mesnier <mesnier_p@ociweb.com>
+
+ * ciaosvcs/Events/CIAO_RTEC/SimpleAddressServer.cpp:
+
+ Update the name of the test enum value to match the idl.
+
Tue May 29 21:02:08 UTC 2007 Phil Mesnier <mesnier_p@ociweb.com>
* ciaosvcs/Events/CIAO_RTEC/SimpleAddressServer.h:
diff --git a/CIAO/ciaosvcs/Events/CIAO_RTEC/SimpleAddressServer.cpp b/CIAO/ciaosvcs/Events/CIAO_RTEC/SimpleAddressServer.cpp
index 87e878aff27..301803ee0aa 100644
--- a/CIAO/ciaosvcs/Events/CIAO_RTEC/SimpleAddressServer.cpp
+++ b/CIAO/ciaosvcs/Events/CIAO_RTEC/SimpleAddressServer.cpp
@@ -34,7 +34,7 @@ SimpleAddressServer::get_addr (const RtecEventComm::EventHeader&,
RtecUDPAdmin::UDP_Addr& address)
throw (CORBA::SystemException)
{
- if (this->address_._d() == RtecUDPAdmin::INET6)
+ if (this->address_._d() == RtecUDPAdmin::Rtec_inet6)
throw CORBA::DATA_CONVERSION(0, CORBA::COMPLETED_YES);
address = this->address_.v4_addr();
}