summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2008-04-15 15:41:21 +0000
committerAndrew Stitcher <astitcher@apache.org>2008-04-15 15:41:21 +0000
commit7bf3ed2b4bca4706e3837126d597ae5d2ee11537 (patch)
tree018e7046950bec77038ccde2ef3ed22ae190ed8d /qpid/cpp/src/Makefile.am
parentdf53cdeef2ceea78010708a1135c64830aa3049e (diff)
downloadqpid-python-7bf3ed2b4bca4706e3837126d597ae5d2ee11537.tar.gz
Refactored the IO framework that sits on top of Poller so that it uses a generalised IOHandle.
This means that you can define new classes derived from IOHandle (other than Socket) that can also be added to a Poller and waited for. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@648288 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
-rw-r--r--qpid/cpp/src/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am
index 4a43a9cc55..3177d280a6 100644
--- a/qpid/cpp/src/Makefile.am
+++ b/qpid/cpp/src/Makefile.am
@@ -62,7 +62,7 @@ qpidd_SOURCES = qpidd.cpp
posix_plat_src = \
qpid/sys/epoll/EpollPoller.cpp \
- qpid/sys/DeletionManager.h \
+ qpid/sys/posix/IOHandle.cpp \
qpid/sys/posix/Socket.cpp \
qpid/sys/posix/AsynchIO.cpp \
qpid/sys/posix/Time.cpp \
@@ -469,15 +469,17 @@ nobase_include_HEADERS = \
qpid/sys/AtomicCount.h \
qpid/sys/BlockingQueue.h \
qpid/sys/Condition.h \
+ qpid/sys/ConnectionCodec.h \
qpid/sys/ConnectionInputHandler.h \
qpid/sys/ConnectionInputHandlerFactory.h \
qpid/sys/ConnectionOutputHandler.h \
+ qpid/sys/DeletionManager.h \
qpid/sys/Dispatcher.h \
+ qpid/sys/IOHandle.h \
qpid/sys/Module.h \
qpid/sys/Monitor.h \
qpid/sys/Mutex.h \
qpid/sys/OutputControl.h \
- qpid/sys/ConnectionCodec.h \
qpid/sys/OutputTask.h \
qpid/sys/Poller.h \
qpid/sys/Runnable.h \