Different connecters simplified

Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
Martin Sustrik
2011-07-29 09:37:43 +02:00
parent f63db009a1
commit d5f3628ad0
8 changed files with 117 additions and 349 deletions

View File

@@ -21,6 +21,10 @@
#ifndef __IPC_CONNECTER_HPP_INCLUDED__
#define __IPC_CONNECTER_HPP_INCLUDED__
#include "platform.hpp"
#if !defined ZMQ_HAVE_WINDOWS && !defined ZMQ_HAVE_OPENVMS
#include "fd.hpp"
#include "ip.hpp"
#include "own.hpp"
@@ -110,3 +114,6 @@ namespace zmq
}
#endif
#endif