diff options
| author | Alan Conway <aconway@apache.org> | 2008-02-20 15:26:05 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-02-20 15:26:05 +0000 |
| commit | b9c71c852e2e7bbc1635ff62fabf2469e2175399 (patch) | |
| tree | ee3ce9dcd6dc45e76270f6f4d696eb09bfc63895 /cpp/src/tests/txtest.cpp | |
| parent | 615beb132f725ebc4a88d58dc5f3b8af8419f932 (diff) | |
| download | qpid-python-b9c71c852e2e7bbc1635ff62fabf2469e2175399.tar.gz | |
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
Diffstat (limited to 'cpp/src/tests/txtest.cpp')
| -rw-r--r-- | cpp/src/tests/txtest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/txtest.cpp b/cpp/src/tests/txtest.cpp index 4373a9c1e7..f7776dee8d 100644 --- a/cpp/src/tests/txtest.cpp +++ b/cpp/src/tests/txtest.cpp @@ -101,7 +101,7 @@ struct Client Client() { opts.open(connection); - session = connection.newSession(); + session = connection.newSession(ASYNC); } ~Client() |
