diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2013-06-10 19:46:43 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2013-06-10 19:46:43 +0000 |
| commit | e178b460ca36b830b4fd9957f556226e61b9747b (patch) | |
| tree | fca5ae058bd2090e7d9ae691eb6bbb662eda23d2 /cpp/src/qpid/client/TCPConnector.cpp | |
| parent | 8bb04cee8094c1956107435081089b1e2e13688d (diff) | |
| download | qpid-python-e178b460ca36b830b4fd9957f556226e61b9747b.tar.gz | |
QPID-4905: Tidy-up remove OutputHandler and directly use FrameHandler
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1491580 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client/TCPConnector.cpp')
| -rw-r--r-- | cpp/src/qpid/client/TCPConnector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/client/TCPConnector.cpp b/cpp/src/qpid/client/TCPConnector.cpp index 777ba87348..2bdeec5b47 100644 --- a/cpp/src/qpid/client/TCPConnector.cpp +++ b/cpp/src/qpid/client/TCPConnector.cpp @@ -181,7 +181,7 @@ const std::string& TCPConnector::getIdentifier() const { return identifier; } -void TCPConnector::send(AMQFrame& frame) { +void TCPConnector::handle(AMQFrame& frame) { bool notifyWrite = false; { Mutex::ScopedLock l(lock); |
