From 08454f1f40110c92405042da1bc6928052f7fed7 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Thu, 8 Jan 2009 06:20:28 +0000 Subject: 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 --- cpp/src/qpid/client/Connector.cpp | 2 -- cpp/src/qpid/client/RdmaConnector.cpp | 2 -- 2 files changed, 4 deletions(-) (limited to 'cpp/src/qpid/client') 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 protect = impl.lock(); diff --git a/cpp/src/qpid/client/RdmaConnector.cpp b/cpp/src/qpid/client/RdmaConnector.cpp index 3cc8961eea..8e330448c9 100644 --- a/cpp/src/qpid/client/RdmaConnector.cpp +++ b/cpp/src/qpid/client/RdmaConnector.cpp @@ -365,8 +365,6 @@ void RdmaConnector::eof(Rdma::AsynchIO&) { handleClosed(); } -// TODO: astitcher 20070908 This version of the code can never time out, so the idle processing -// will never be called void RdmaConnector::run(){ // Keep the connection impl in memory until run() completes. //GRS: currently the ConnectionImpls destructor is where the Io thread is joined -- cgit v1.2.1