mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
c and c++: rewritten and integrated
This commit is contained in:
parent
761b398083
commit
11abec1093
44 changed files with 1035 additions and 1124 deletions
|
|
@ -10,6 +10,7 @@
|
|||
class Server {
|
||||
public:
|
||||
Server(int sock) : m_sock(sock) { }
|
||||
|
||||
~Server() { }
|
||||
|
||||
typedef std::auto_ptr<msgpack::zone> auto_zone;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue