Author: shuston
Date: Wed Feb 10 22:44:18 2010
New Revision: 908706

URL: http://svn.apache.org/viewvc?rev=908706&view=rev
Log:
Add comment that destructor doesn't close connection; see QPID-2395

Modified:
    qpid/trunk/qpid/cpp/include/qpid/client/Connection.h

Modified: qpid/trunk/qpid/cpp/include/qpid/client/Connection.h
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/include/qpid/client/Connection.h?rev=908706&r1=908705&r2=908706&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/include/qpid/client/Connection.h (original)
+++ qpid/trunk/qpid/cpp/include/qpid/client/Connection.h Wed Feb 10 22:44:18 
2010
@@ -71,11 +71,15 @@
 
   public:
     /**
-     * Creates a connection object, but does not open the connection.
+     * Creates a Connection object, but does not open the connection.
      * @see open()
      */
     QPID_CLIENT_EXTERN Connection();
 
+    /**
+     * Destroys a Connection object but does not close the connection if it
+     * was open. @see close()
+     */
     QPID_CLIENT_EXTERN ~Connection();
 
     /**



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscr...@qpid.apache.org

Reply via email to