diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2012-07-23 17:39:12 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2012-07-23 17:39:12 +0000 |
commit | c5ebd42166daa71cea6641ad883df913ff38484b (patch) | |
tree | c3eb08ee01841aa755b0f12e8046581eb365f433 /CIAO | |
parent | f8bb08f922adf9d2d2a178ebe388b46448850442 (diff) | |
download | ATCD-c5ebd42166daa71cea6641ad883df913ff38484b.tar.gz |
Mon Jul 23 17:38:31 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* connectors/dds4ccm/examples/Hello/Receiver/Hello_Receiver_exec.cpp:
Layout changes
* connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp:
Layout changes to logging messages
Diffstat (limited to 'CIAO')
-rw-r--r-- | CIAO/ChangeLog | 8 | ||||
-rw-r--r-- | CIAO/connectors/dds4ccm/examples/Hello/Receiver/Hello_Receiver_exec.cpp | 1 | ||||
-rw-r--r-- | CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp | 6 |
3 files changed, 11 insertions, 4 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog index 4778b911241..d659798645f 100644 --- a/CIAO/ChangeLog +++ b/CIAO/ChangeLog @@ -1,3 +1,11 @@ +Mon Jul 23 17:38:31 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl> + + * connectors/dds4ccm/examples/Hello/Receiver/Hello_Receiver_exec.cpp: + Layout changes + + * connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp: + Layout changes to logging messages + Mon Jul 23 14:01:10 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl> * connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp: diff --git a/CIAO/connectors/dds4ccm/examples/Hello/Receiver/Hello_Receiver_exec.cpp b/CIAO/connectors/dds4ccm/examples/Hello/Receiver/Hello_Receiver_exec.cpp index c23efd1513e..39218e0752d 100644 --- a/CIAO/connectors/dds4ccm/examples/Hello/Receiver/Hello_Receiver_exec.cpp +++ b/CIAO/connectors/dds4ccm/examples/Hello/Receiver/Hello_Receiver_exec.cpp @@ -26,7 +26,6 @@ namespace CIAO_Hello_Receiver_Impl ::Hello::CCM_Receiver_Context::_duplicate (ctx)), received_ (received), name_ (name) - { } diff --git a/CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp b/CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp index 7bd3244f69d..68bc90fd0ae 100644 --- a/CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp +++ b/CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp @@ -1102,7 +1102,7 @@ DDS_Base_Connector_T<CCM_TYPE>::remove_domain ( "::remove_domain - " "Going to delete contained entities of participant " DDS_ENTITY_FORMAT_SPECIFIER - "for domain <%d> with qos <%C>.\n", + " for domain <%d> with qos <%C>.\n", DDS_ENTITY_LOG (participant), this->domain_id_, this->qos_profile_.in ())); @@ -1113,7 +1113,7 @@ DDS_Base_Connector_T<CCM_TYPE>::remove_domain ( "::remove_domain - " "Deleted contained entities for participant " DDS_ENTITY_FORMAT_SPECIFIER - "for domain <%d> with qos <%C> " + " remove_topic - Deleted topic for domain <%d> with qos <%C> " "return code <%C>\n", DDS_ENTITY_LOG (participant), this->domain_id_, this->qos_profile_.in (), @@ -1129,7 +1129,7 @@ DDS_Base_Connector_T<CCM_TYPE>::remove_domain ( "::remove_domain - " "Going to delete participant " DDS_ENTITY_FORMAT_SPECIFIER - "for domain <%d> with qos <%C>.\n", + " for domain <%d> with qos <%C>.\n", DDS_ENTITY_LOG (participant), this->domain_id_, this->qos_profile_.in ())); |