From b3bac1760735703a11297df3d0e2a2e5252aa45e Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Tue, 16 Aug 2011 12:44:34 +0200 Subject: tcp_engine renamed to stream engine The engine was not used exclusively for TCP connections. Rather it was used to handle any socket with SOCK_STREAM semantics. The class was renamed to reflect its true function. Signed-off-by: Martin Sustrik --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 9f5ea65..93c51ed 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -60,9 +60,9 @@ libzmq_la_SOURCES = \ signaler.hpp \ socket_base.hpp \ stdint.hpp \ + stream_engine.hpp \ sub.hpp \ tcp_connecter.hpp \ - tcp_engine.hpp \ tcp_listener.hpp \ thread.hpp \ trie.hpp \ @@ -117,9 +117,9 @@ libzmq_la_SOURCES = \ session.cpp \ signaler.cpp \ socket_base.cpp \ + stream_engine.cpp \ sub.cpp \ tcp_connecter.cpp \ - tcp_engine.cpp \ tcp_listener.cpp \ thread.cpp \ trie.cpp \ -- cgit v1.2.3