naming cleanup: yarray->array

This commit is contained in:
Martin Sustrik
2010-08-31 21:03:34 +02:00
parent f5acbb5095
commit 090e460d6f
9 changed files with 66 additions and 95 deletions

View File

@@ -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