summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/impl/Updater_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/impl/Updater_T.cpp')
-rw-r--r--CIAO/connectors/dds4ccm/impl/Updater_T.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/CIAO/connectors/dds4ccm/impl/Updater_T.cpp b/CIAO/connectors/dds4ccm/impl/Updater_T.cpp
index d2f98ce0ef8..dd084a20f45 100644
--- a/CIAO/connectors/dds4ccm/impl/Updater_T.cpp
+++ b/CIAO/connectors/dds4ccm/impl/Updater_T.cpp
@@ -130,7 +130,7 @@ namespace CIAO
if (hnd != instance_handle)
{
- throw ::CCM_DDS::InternalError (::DDS_RETCODE_BAD_PARAMETER, 0);
+ throw ::CCM_DDS::InternalError (::DDS::RETCODE_BAD_PARAMETER, 0);
}
}
if (hnd == ::DDS::HANDLE_NIL)
@@ -190,7 +190,7 @@ namespace CIAO
if (hnd != instance_handle)
{
- throw ::CCM_DDS::InternalError (::DDS_RETCODE_BAD_PARAMETER, 0);
+ throw ::CCM_DDS::InternalError (::DDS::RETCODE_BAD_PARAMETER, 0);
}
}
if (hnd == ::DDS::HANDLE_NIL)