summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/Connector.cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2009-01-08 06:20:28 +0000
committerAndrew Stitcher <astitcher@apache.org>2009-01-08 06:20:28 +0000
commit08454f1f40110c92405042da1bc6928052f7fed7 (patch)
treeffd1b98af902200ea199a2ecefd7d5f874bef4c5 /cpp/src/qpid/client/Connector.cpp
parentfad74cee5d3cc7f1efb48adafdf52f4242019e54 (diff)
downloadqpid-python-08454f1f40110c92405042da1bc6928052f7fed7.tar.gz
Tidied up a number of TODO items
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@732620 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client/Connector.cpp')
-rw-r--r--cpp/src/qpid/client/Connector.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/qpid/client/Connector.cpp b/cpp/src/qpid/client/Connector.cpp
index 0e11b920e1..5cdde723af 100644
--- a/cpp/src/qpid/client/Connector.cpp
+++ b/cpp/src/qpid/client/Connector.cpp
@@ -373,8 +373,6 @@ void TCPConnector::eof(AsynchIO&) {
handleClosed();
}
-// TODO: astitcher 20070908 This version of the code can never time out, so the idle processing
-// will never be called
void TCPConnector::run() {
// Keep the connection impl in memory until run() completes.
boost::shared_ptr<ConnectionImpl> protect = impl.lock();