Author: gsim
Date: Wed May 28 09:18:18 2008
New Revision: 661000

URL: http://svn.apache.org/viewvc?rev=661000&view=rev
Log:
Updated some 'todo' comments with clearer text.


Modified:
    incubator/qpid/trunk/qpid/cpp/src/qpid/broker/SessionAdapter.cpp

Modified: incubator/qpid/trunk/qpid/cpp/src/qpid/broker/SessionAdapter.cpp
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/src/qpid/broker/SessionAdapter.cpp?rev=661000&r1=660999&r2=661000&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/src/qpid/broker/SessionAdapter.cpp (original)
+++ incubator/qpid/trunk/qpid/cpp/src/qpid/broker/SessionAdapter.cpp Wed May 28 
09:18:18 2008
@@ -436,14 +436,11 @@
     
 
 
-void SessionAdapter::ExecutionHandlerImpl::sync()
-{
-    //TODO
-}
+void SessionAdapter::ExecutionHandlerImpl::sync() {} //essentially a no-op
 
 void SessionAdapter::ExecutionHandlerImpl::result(const SequenceNumber& 
/*commandId*/, const string& /*value*/)
 {
-    //TODO
+    //TODO: but currently never used client->server
 }
 
 void SessionAdapter::ExecutionHandlerImpl::exception(uint16_t /*errorCode*/,
@@ -454,7 +451,8 @@
                                                      const std::string& 
/*description*/,
                                                      const 
framing::FieldTable& /*errorInfo*/)
 {
-    //TODO
+    //TODO: again, not really used client->server but may be important
+    //for inter-broker links
 }
 
 


Reply via email to