From 090e460d6f09b5611d34a4867efb6cf46dd44a34 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Tue, 31 Aug 2010 21:03:34 +0200 Subject: naming cleanup: yarray->array --- src/pipe.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/pipe.hpp') diff --git a/src/pipe.hpp b/src/pipe.hpp index d85f9dc..402efc1 100644 --- a/src/pipe.hpp +++ b/src/pipe.hpp @@ -23,7 +23,7 @@ #include "../include/zmq.h" #include "stdint.hpp" -#include "yarray_item.hpp" +#include "array.hpp" #include "ypipe.hpp" #include "swap.hpp" #include "config.hpp" @@ -52,7 +52,7 @@ namespace zmq virtual void activated (class reader_t *pipe_) = 0; }; - class reader_t : public object_t, public yarray_item_t + class reader_t : public object_t, public array_item_t { friend void zmq::create_pipe (object_t*, object_t*, uint64_t, int64_t, reader_t**, writer_t**); @@ -119,7 +119,7 @@ namespace zmq virtual void activated (class writer_t *pipe_) = 0; }; - class writer_t : public object_t, public yarray_item_t + class writer_t : public object_t, public array_item_t { friend void zmq::create_pipe (object_t*, object_t*, uint64_t, int64_t, reader_t**, writer_t**); -- cgit v1.2.3