You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2019/08/05 06:05:06 UTC

[rocketmq-client-cpp] branch master updated (88aae5a -> 8ade424)

This is an automated email from the ASF dual-hosted git repository.

dinglei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-cpp.git.


    from 88aae5a  Support muti-thread compile in build.sh
     add 8ade424  Format the code (#172)

No new revisions were added by this update.

Summary of changes:
 example/CBatchProducer.c              |  5 +--
 include/CErrorMessage.h               | 11 +++---
 src/common/MQClientErrorContainer.cpp | 64 ++++++++++++++++-------------------
 src/common/MQClientErrorContainer.h   | 64 +++++++++++++++++------------------
 src/extern/CErrorMessage.cpp          | 38 ++++++++++-----------
 src/extern/CProducer.cpp              | 20 +++++------
 src/extern/CPullConsumer.cpp          | 12 +++----
 src/extern/CPushConsumer.cpp          |  8 ++---
 src/transport/TcpRemotingClient.cpp   |  2 +-
 src/transport/TcpTransport.cpp        |  2 +-
 10 files changed, 108 insertions(+), 118 deletions(-)