Updated examples to support new packing/converting mechanism.

This commit is contained in:
Takatoshi Kondo
2015-04-02 18:24:10 +09:00
parent e8d3c8d6c5
commit a2c8154960
4 changed files with 41 additions and 56 deletions

View File

@@ -20,6 +20,8 @@
#include <iostream>
#include <sstream>
// This example uses obsolete APIs
// See protocol_new.cpp
namespace myprotocol {
using namespace msgpack::type;
using msgpack::define;