summaryrefslogtreecommitdiff
path: root/cpp/lib/common/sys/posix/EventChannelConnection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/lib/common/sys/posix/EventChannelConnection.cpp')
-rw-r--r--cpp/lib/common/sys/posix/EventChannelConnection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/lib/common/sys/posix/EventChannelConnection.cpp b/cpp/lib/common/sys/posix/EventChannelConnection.cpp
index 196dde5af8..4449dc3035 100644
--- a/cpp/lib/common/sys/posix/EventChannelConnection.cpp
+++ b/cpp/lib/common/sys/posix/EventChannelConnection.cpp
@@ -22,7 +22,7 @@
#include <boost/assert.hpp>
#include "EventChannelConnection.h"
-#include "sys/SessionHandlerFactory.h"
+#include "sys/ConnectionInputHandlerFactory.h"
#include "QpidError.h"
using namespace std;
@@ -36,7 +36,7 @@ const size_t EventChannelConnection::bufferSize = 65536;
EventChannelConnection::EventChannelConnection(
EventChannelThreads::shared_ptr threads_,
- SessionHandlerFactory& factory_,
+ ConnectionInputHandlerFactory& factory_,
int rfd,
int wfd,
bool isTrace_