You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kp...@apache.org on 2018/01/15 19:13:05 UTC

qpid-interop-test git commit: NO_JIRA: Minor tidy-up, removed some commented-out code that was missed from the last checkin

Repository: qpid-interop-test
Updated Branches:
  refs/heads/master 9b662ec6f -> ff1d6c274


NO_JIRA: Minor tidy-up, removed some commented-out code that was missed from the last checkin


Project: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/commit/ff1d6c27
Tree: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/tree/ff1d6c27
Diff: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/diff/ff1d6c27

Branch: refs/heads/master
Commit: ff1d6c274fc47cce9f9b557d4e17d9f1fcc8c62e
Parents: 9b662ec
Author: Kim van der Riet <kv...@localhost.localdomain>
Authored: Mon Jan 15 14:12:53 2018 -0500
Committer: Kim van der Riet <kv...@localhost.localdomain>
Committed: Mon Jan 15 14:12:53 2018 -0500

----------------------------------------------------------------------
 .../qpid-proton-cpp/src/qpidit/jms_hdrs_props_test/Receiver.cpp  | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-interop-test/blob/ff1d6c27/shims/qpid-proton-cpp/src/qpidit/jms_hdrs_props_test/Receiver.cpp
----------------------------------------------------------------------
diff --git a/shims/qpid-proton-cpp/src/qpidit/jms_hdrs_props_test/Receiver.cpp b/shims/qpid-proton-cpp/src/qpidit/jms_hdrs_props_test/Receiver.cpp
index 8c8b7d9..c1093e5 100644
--- a/shims/qpid-proton-cpp/src/qpidit/jms_hdrs_props_test/Receiver.cpp
+++ b/shims/qpid-proton-cpp/src/qpidit/jms_hdrs_props_test/Receiver.cpp
@@ -422,11 +422,7 @@ namespace qpidit
                         valueMap["byte"] = toHexStr<int8_t>(proton::get<int8_t>(value));
                         _receivedPropertiesMap[i->first] = valueMap;
                     } else if (jmsPropertyType.compare("double") == 0) {
-                        //int64_t val = be64toh(*((int64_t*)body.data()));
-                        //std::cout << "value=" << value << std::endl;
                         double d = proton::get<double>(value);
-                        //std::cout << "d=" << d << std::endl;
-                        //std::cout << std::hex << "d=0x" << (*((int64_t*)&d)) << std::endl;
                         valueMap["double"] = toHexStr<int64_t>(*((int64_t*)&d), true, false);
                         _receivedPropertiesMap[i->first] = valueMap;
                     } else if (jmsPropertyType.compare("float") == 0) {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org