This is an automated email from the ASF dual-hosted git repository.
duhengforever pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-cpp.git.
from 6e196f5 Merge pull request #1 from ShannonDing/master
add 72d5905 enhance c apis
add 506b69a enhance c apis
add 4230bd8 Format C Apis
new e28d93d Merge pull request #2 from ShannonDing/master
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/CCommon.h | 10 +++++-
include/CMessage.h | 1 +
include/CMessageExt.h | 9 +++++
include/CProducer.h | 10 ++++++
include/CPullConsumer.h | 8 ++++-
include/CPullResult.h | 4 +--
include/CPushConsumer.h | 12 +++++--
src/extern/CMessage.cpp | 7 ++++
src/extern/CMessageExt.cpp | 64 +++++++++++++++++++++++++++++++++
src/extern/CProducer.cpp | 86 +++++++++++++++++++++++++++++++++++++++++---
src/extern/CPullConsumer.cpp | 48 ++++++++++++++++++++++++-
src/extern/CPushConsumer.cpp | 48 +++++++++++++++++++++++--
12 files changed, 293 insertions(+), 14 deletions(-)