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

@@ -27,7 +27,7 @@
#include "signaler.hpp"
#include "semaphore.hpp"
#include "ypipe.hpp"
#include "yarray.hpp"
#include "array.hpp"
#include "config.hpp"
#include "mutex.hpp"
#include "stdint.hpp"
@@ -79,7 +79,7 @@ namespace zmq
~ctx_t ();
// Sockets belonging to this context.
typedef yarray_t <socket_base_t> sockets_t;
typedef array_t <socket_base_t> sockets_t;
sockets_t sockets;
// List of sockets that were already closed but not yet deallocated.