diff options
author | Martin Sustrik <sustrik@fastmq.commkdir> | 2009-11-24 11:23:10 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@fastmq.commkdir> | 2009-11-24 11:23:10 +0100 |
commit | c98fd6bc3f2a49d7cb0b820a07354168c98f60b7 (patch) | |
tree | 894f3dc0e6221284c6608a8819488f4ffede1085 /src/sub.hpp | |
parent | 5cd98bc575517ea72c435770a5313711484f7d34 (diff) |
ZMQII-25: Implement streamed request/reply
Diffstat (limited to 'src/sub.hpp')
-rw-r--r-- | src/sub.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sub.hpp b/src/sub.hpp index fb881dc..8ad8a18 100644 --- a/src/sub.hpp +++ b/src/sub.hpp @@ -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> |