summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/posix/EventChannelConnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/sys/posix/EventChannelConnection.h')
-rw-r--r--cpp/src/qpid/sys/posix/EventChannelConnection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/sys/posix/EventChannelConnection.h b/cpp/src/qpid/sys/posix/EventChannelConnection.h
index bd010a4240..394df55fd9 100644
--- a/cpp/src/qpid/sys/posix/EventChannelConnection.h
+++ b/cpp/src/qpid/sys/posix/EventChannelConnection.h
@@ -34,7 +34,7 @@ namespace sys {
class ConnectionInputHandlerFactory;
/**
- * Implements ConnectionOutputHandler and delegates to a ConnectionInputHandler
+ * Implements SessionContext and delegates to a SessionHandler
* for a connection via the EventChannel.
*@param readDescriptor file descriptor for reading.
*@param writeDescriptor file descriptor for writing,
@@ -50,7 +50,7 @@ class EventChannelConnection : public ConnectionOutputHandler {
bool isTrace = false
);
- // TODO aconway 2006-11-30: ConnectionOutputHandler::send should take auto_ptr
+ // TODO aconway 2006-11-30: SessionContext::send should take auto_ptr
virtual void send(qpid::framing::AMQFrame* frame) {
send(std::auto_ptr<qpid::framing::AMQFrame>(frame));
}