From 837451eddc4386e19f52db89be7ae38aae471df0 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sun, 24 Jul 2011 17:50:05 +0200 Subject: Remove blob_t class The class was used in a single place. Replaced by a local typedef. Signed-off-by: Martin Sustrik --- src/xpub.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/xpub.hpp') diff --git a/src/xpub.hpp b/src/xpub.hpp index 320a1fe..001fa2d 100644 --- a/src/xpub.hpp +++ b/src/xpub.hpp @@ -22,11 +22,11 @@ #define __ZMQ_XPUB_HPP_INCLUDED__ #include +#include #include "socket_base.hpp" #include "mtrie.hpp" #include "array.hpp" -#include "blob.hpp" #include "dist.hpp" namespace zmq @@ -71,6 +71,7 @@ namespace zmq // List of pending (un)subscriptions, ie. those that were already // applied to the trie, but not yet received by the user. + typedef std::basic_string blob_t; typedef std::deque pending_t; pending_t pending; -- cgit v1.2.3