ZMQII-25: Implement streamed request/reply

This commit is contained in:
Martin Sustrik
2009-11-24 11:23:10 +01:00
parent 5cd98bc575
commit c98fd6bc3f
22 changed files with 612 additions and 21 deletions

View File

@@ -17,8 +17,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __ZMQ_SUB_INCLUDED__
#define __ZMQ_SUB_INCLUDED__
#ifndef __ZMQ_SUB_HPP_INCLUDED__
#define __ZMQ_SUB_HPP_INCLUDED__
#include <set>
#include <string>