From b9c71c852e2e7bbc1635ff62fabf2469e2175399 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 20 Feb 2008 15:26:05 +0000 Subject: Added non-optional enum { SYNC, ASYNC } parameter to newSession. Updated API doc in client/SessionBase.h git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@629503 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/Connection.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpp/src/qpid/client/Connection.h') diff --git a/cpp/src/qpid/client/Connection.h b/cpp/src/qpid/client/Connection.h index 053949a51b..e6bfbddef6 100644 --- a/cpp/src/qpid/client/Connection.h +++ b/cpp/src/qpid/client/Connection.h @@ -39,7 +39,6 @@ namespace qpid { */ namespace client { - /** * \defgroup clientapi Application API for an AMQP client */ @@ -135,7 +134,7 @@ class Connection * that the broker may discard the session state. Default is 0, * meaning the session cannot be resumed. */ - Session_0_10 newSession(uint32_t detachedLifetime=0); + Session_0_10 newSession(SynchronousMode sync, uint32_t detachedLifetime=0); /** * Resume a suspendded session. A session may be resumed -- cgit v1.2.1