Problem: client/server are not yet stable APIs

Solution: mark them as DRAFT APIs
This commit is contained in:
Luca Boccassi
2016-05-02 19:50:33 +01:00
parent 064cd1fbfb
commit 7e700f1e73
4 changed files with 18 additions and 13 deletions

View File

@@ -152,6 +152,10 @@
#ifndef ZMQ_BUILD_DRAFT_API
/* DRAFT Socket types. */
#define ZMQ_SERVER 12
#define ZMQ_CLIENT 13
#endif // ZMQ_BUILD_DRAFT_API
#endif //ifndef __ZMQ_PRECOMPILED_HPP_INCLUDED__