You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2009/01/27 14:14:00 UTC

svn commit: r738084 - /qpid/trunk/qpid/cpp/src/qpid/console/SessionManager.h

Author: tross
Date: Tue Jan 27 13:13:59 2009
New Revision: 738084

URL: http://svn.apache.org/viewvc?rev=738084&view=rev
Log:
Minor cosmetic changes

Modified:
    qpid/trunk/qpid/cpp/src/qpid/console/SessionManager.h

Modified: qpid/trunk/qpid/cpp/src/qpid/console/SessionManager.h
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/console/SessionManager.h?rev=738084&r1=738083&r2=738084&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/console/SessionManager.h (original)
+++ qpid/trunk/qpid/cpp/src/qpid/console/SessionManager.h Tue Jan 27 13:13:59 2009
@@ -61,8 +61,8 @@
         uint32_t methodTimeout;
         uint32_t getTimeout;
 
-        Settings() : rcvObjects(true), rcvEvents(true), rcvHeartbeats(true), userBindings(false),
-                     methodTimeout(20), getTimeout(20)
+        Settings() : rcvObjects(true), rcvEvents(true), rcvHeartbeats(true),
+                     userBindings(false), methodTimeout(20), getTimeout(20)
         {}
     };
 
@@ -72,13 +72,13 @@
      * asynchronously or leave it as its default and use only synchronous methods.
      *
      *@param listener Listener object to receive asynchronous indications.
-     *@param rcvObjects Listener wishes to receive managed object data.
-     *@param rcvEvents Listener wishes to receive events.
-     *@param rcvHeartbeats Listener wishes to receive agent heartbeats.
-     *@param userBindings If rcvObjects is true, userBindings allows the console client
-     * to control which object classes are received.  See the bindPackage and bindClass
-     * methods.  If userBindings is false, the listener will receive updates for all
-     * object classes.
+     *@param settings.rcvObjects Listener wishes to receive managed object data.
+     *@param settings.rcvEvents Listener wishes to receive events.
+     *@param settings.rcvHeartbeats Listener wishes to receive agent heartbeats.
+     *@param settings.userBindings If rcvObjects is true, userBindings allows the
+     * console client to control which object classes are received.  See the bindPackage
+     * and bindClass methods.  If userBindings is false, the listener will receive
+     * updates for all object classes.
      */
     SessionManager(ConsoleListener* listener = 0,
                    Settings settings = Settings());



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