summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-02-24 08:02:30 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-02-24 08:02:30 +0000
commitbead7441a305a773b48d656131aa32671e21ae4d (patch)
tree41a6bd5cc6b3539ffed058a41b66e12ef2a3cec6
parent8735a47413876eb31113cdf194ff9865ee460b3b (diff)
downloadATCD-bead7441a305a773b48d656131aa32671e21ae4d.tar.gz
-rw-r--r--CIAO/connectors/dds4ccm/impl/ndds/DomainParticipant.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/connectors/dds4ccm/impl/ndds/DomainParticipant.cpp b/CIAO/connectors/dds4ccm/impl/ndds/DomainParticipant.cpp
index dbe235eecf3..773629913e7 100644
--- a/CIAO/connectors/dds4ccm/impl/ndds/DomainParticipant.cpp
+++ b/CIAO/connectors/dds4ccm/impl/ndds/DomainParticipant.cpp
@@ -525,7 +525,7 @@ namespace CIAO
ACE_NEW_RETURN (retval,
RTI_Topic_i (),
::DDS::Topic::_nil ());
- ::DDSTopic* rti_topic = this->impl ()->find_topic (impl_name, timeout);
+ ::DDSTopic* rti_topic = this->impl ()->find_topic (impl_name, ddstimeout);
if (rti_topic)
{
RTI_Topic_i *tp = dynamic_cast < RTI_Topic_i *> (retval.in ());