summaryrefslogtreecommitdiff
path: root/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2008-04-22 21:13:20 +0000
committerAndrew Stitcher <astitcher@apache.org>2008-04-22 21:13:20 +0000
commit52ffbbfef04ee479a341ff640cb2df9c41897963 (patch)
treeb9cecb2bde45ad7b2c118d23e3d9c1f2c74560cf /cpp/src/Makefile.am
parent63d88fa5ff3407f26590bdf6b5a956d3307f677e (diff)
downloadqpid-python-52ffbbfef04ee479a341ff640cb2df9c41897963.tar.gz
* 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
Diffstat (limited to 'cpp/src/Makefile.am')
-rw-r--r--cpp/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \