summaryrefslogtreecommitdiff
path: root/cpp/demo/IceGrid/allocate/Client.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2006-05-25 13:29:30 +0000
committerDwayne Boone <dwayne@zeroc.com>2006-05-25 13:29:30 +0000
commitbde4b739366094148b2ed32f705e5806238463b0 (patch)
treee83c82bc91ea4b1ab3dd86e3f78f65d135985885 /cpp/demo/IceGrid/allocate/Client.cpp
parentRemove allocate flag (diff)
downloadice-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.cpp2
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&)