diff options
| author | Gordon Sim <gsim@apache.org> | 2010-03-31 16:17:17 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2010-03-31 16:17:17 +0000 |
| commit | 666a28c88b108a11704982d78f9fd594400081cf (patch) | |
| tree | 68e50e7aa1819afd283d73700965b539355a779d /cpp/examples/messaging/client.cpp | |
| parent | 47c1815b31ceb6fd3fca252acd87d12c5ec20c61 (diff) | |
| download | qpid-python-666a28c88b108a11704982d78f9fd594400081cf.tar.gz | |
QPID-664: made changes suggested by Alan Conway, also moved 0-10 map/list codecs to common lib
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@929606 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples/messaging/client.cpp')
| -rw-r--r-- | cpp/examples/messaging/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/examples/messaging/client.cpp b/cpp/examples/messaging/client.cpp index 3f7afb5e3e..570497ca0b 100644 --- a/cpp/examples/messaging/client.cpp +++ b/cpp/examples/messaging/client.cpp @@ -42,7 +42,7 @@ int main(int argc, char** argv) { Connection connection; try { connection.open(url); - Session session = connection.newSession(); + Session session = connection.createSession(); Sender sender = session.createSender("service_queue"); |
