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 | 8310d511e4a52d52b431cfc514b574dc13b09ae1 (patch) | |
| tree | 88e785fa7f71788d48516f6694ea6cea2e72a6bd /qpid/cpp/src/tests/client_test.cpp | |
| parent | 88b37da8611f4ad621d2c2de3fca8a2035f03490 (diff) | |
| download | qpid-python-8310d511e4a52d52b431cfc514b574dc13b09ae1.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@629503 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/client_test.cpp')
| -rw-r--r-- | qpid/cpp/src/tests/client_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/client_test.cpp b/qpid/cpp/src/tests/client_test.cpp index eb145272ca..84fc9434de 100644 --- a/qpid/cpp/src/tests/client_test.cpp +++ b/qpid/cpp/src/tests/client_test.cpp @@ -92,7 +92,7 @@ int main(int argc, char** argv) //Create and open a session on the connection through which //most functionality is exposed: - Session_0_10 session = connection.newSession(); + Session_0_10 session = connection.newSession(ASYNC); if (opts.trace) std::cout << "Opened session." << std::endl; |
