コード例 #1
0
ファイル: message.cpp プロジェクト: ChugR/qpid-proton
 impl(pn_message_t *msg) {
     body.reset(pn_message_body(msg));
     properties.reset(pn_message_properties(msg));
     annotations.reset(pn_message_annotations(msg));
     instructions.reset(pn_message_instructions(msg));
 }