From 52ffbbfef04ee479a341ff640cb2df9c41897963 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Tue, 22 Apr 2008 21:13:20 +0000 Subject: * Renamed the Acceptor class to be the ProtocolFactory class which better approximates its current behaviour * Slightly refactored TCPIOPlugin to better approximate how it would look when we implement a proper AsynchConnector git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@650657 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/Makefile.am') diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 608120a7e7..597e566049 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -473,7 +473,6 @@ nobase_include_HEADERS = \ qpid/management/ManagementAgent.h \ qpid/management/ManagementExchange.h \ qpid/management/ManagementObject.h \ - qpid/sys/Acceptor.h \ qpid/sys/AggregateOutput.h \ qpid/sys/AsynchIO.h \ qpid/sys/AsynchIOHandler.h \ @@ -493,6 +492,7 @@ nobase_include_HEADERS = \ qpid/sys/OutputControl.h \ qpid/sys/OutputTask.h \ qpid/sys/Poller.h \ + qpid/sys/ProtocolFactory.h \ qpid/sys/Runnable.h \ qpid/sys/ScopedIncrement.h \ qpid/sys/Semaphore.h \ -- cgit v1.2.1