This is an automated email from the ASF dual-hosted git repository. duhengforever pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/rocketmq-client-cpp.git
commit e28d93d08c418e2daba7b98c53a82afb0de2faa6 Merge: 6e196f5 4230bd8 Author: duheng <[email protected]> AuthorDate: Tue Oct 30 15:32:17 2018 +0800 Merge pull request #2 from ShannonDing/master [FEATURE REQUEST #488]Export C-style APIs for RocketMQ client 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(-)
