summaryrefslogtreecommitdiff
path: root/cpp/demo/IceBox/hello/Client.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2008-04-04 09:55:15 -0230
committerDwayne Boone <dwayne@zeroc.com>2008-04-04 09:55:15 -0230
commiteac6b3e8cca36264f6a3ba3bafb365ef58fb1783 (patch)
tree230ddea5d84c41897ee1d48ac19fc4ea0df0a0db /cpp/demo/IceBox/hello/Client.cpp
parentBug 2991 - installation of policy files (previous changed didn't work for GAC... (diff)
downloadice-eac6b3e8cca36264f6a3ba3bafb365ef58fb1783.tar.bz2
ice-eac6b3e8cca36264f6a3ba3bafb365ef58fb1783.tar.xz
ice-eac6b3e8cca36264f6a3ba3bafb365ef58fb1783.zip
Port to CodeGear C++Builder 2007
Diffstat (limited to 'cpp/demo/IceBox/hello/Client.cpp')
-rw-r--r--cpp/demo/IceBox/hello/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/IceBox/hello/Client.cpp b/cpp/demo/IceBox/hello/Client.cpp
index d736523e1f9..348f09ef233 100644
--- a/cpp/demo/IceBox/hello/Client.cpp
+++ b/cpp/demo/IceBox/hello/Client.cpp
@@ -38,7 +38,7 @@ HelloClient::HelloClient() :
// Since this is an interactive demo we don't want any signal
// handling.
//
- Application(Ice::NoSignalHandling)
+ Ice::Application(Ice::NoSignalHandling)
{
}