diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-05-25 13:29:30 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-05-25 13:29:30 +0000 |
commit | bde4b739366094148b2ed32f705e5806238463b0 (patch) | |
tree | e83c82bc91ea4b1ab3dd86e3f78f65d135985885 /cpp/demo/IceGrid/allocate/Client.cpp | |
parent | Remove allocate flag (diff) | |
download | ice-bde4b739366094148b2ed32f705e5806238463b0.tar.bz2 ice-bde4b739366094148b2ed32f705e5806238463b0.tar.xz ice-bde4b739366094148b2ed32f705e5806238463b0.zip |
Added IceGrid aloocate demo
Diffstat (limited to 'cpp/demo/IceGrid/allocate/Client.cpp')
-rw-r--r-- | cpp/demo/IceGrid/allocate/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/IceGrid/allocate/Client.cpp b/cpp/demo/IceGrid/allocate/Client.cpp index d64bf0c4673..93b7b664198 100644 --- a/cpp/demo/IceGrid/allocate/Client.cpp +++ b/cpp/demo/IceGrid/allocate/Client.cpp @@ -156,7 +156,7 @@ HelloClient::run(int argc, char* argv[]) { hello = HelloPrx::checkedCast(session->allocateObjectById(communicator()->stringToIdentity("hello"))); } - catch(const IceGrid::AllocationException& ex) + catch(const IceGrid::AllocationException&) { } catch(const IceGrid::ObjectNotRegisteredException&) |