summaryrefslogtreecommitdiff
path: root/src/pub.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-08-31 21:03:34 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-08-31 21:03:34 +0200
commit090e460d6f09b5611d34a4867efb6cf46dd44a34 (patch)
tree28532d04b3b9391d69fbe85b8028febe9331b6ae /src/pub.hpp
parentf5acbb5095901e56a9bfd29b9a8c1c7d3f165ce3 (diff)
naming cleanup: yarray->array
Diffstat (limited to 'src/pub.hpp')
-rw-r--r--src/pub.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pub.hpp b/src/pub.hpp
index edc9b53..8ff192e 100644
--- a/src/pub.hpp
+++ b/src/pub.hpp
@@ -21,7 +21,7 @@
#define __ZMQ_PUB_HPP_INCLUDED__
#include "socket_base.hpp"
-#include "yarray.hpp"
+#include "array.hpp"
#include "pipe.hpp"
namespace zmq
@@ -54,7 +54,7 @@ namespace zmq
bool write (class writer_t *pipe_, zmq_msg_t *msg_);
// Outbound pipes, i.e. those the socket is sending messages to.
- typedef yarray_t <class writer_t> pipes_t;
+ typedef array_t <class writer_t> pipes_t;
pipes_t pipes;
// Number of active pipes. All the active pipes are located at the