diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2008-04-04 09:55:15 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2008-04-04 09:55:15 -0230 |
commit | eac6b3e8cca36264f6a3ba3bafb365ef58fb1783 (patch) | |
tree | 230ddea5d84c41897ee1d48ac19fc4ea0df0a0db /cpp/demo/Ice/throughput/Client.cpp | |
parent | Bug 2991 - installation of policy files (previous changed didn't work for GAC... (diff) | |
download | ice-eac6b3e8cca36264f6a3ba3bafb365ef58fb1783.tar.bz2 ice-eac6b3e8cca36264f6a3ba3bafb365ef58fb1783.tar.xz ice-eac6b3e8cca36264f6a3ba3bafb365ef58fb1783.zip |
Port to CodeGear C++Builder 2007
Diffstat (limited to 'cpp/demo/Ice/throughput/Client.cpp')
-rw-r--r-- | cpp/demo/Ice/throughput/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Ice/throughput/Client.cpp b/cpp/demo/Ice/throughput/Client.cpp index 1a3264c50ca..602ba899ec9 100644 --- a/cpp/demo/Ice/throughput/Client.cpp +++ b/cpp/demo/Ice/throughput/Client.cpp @@ -39,7 +39,7 @@ ThroughputClient::ThroughputClient() : // Since this is an interactive demo we don't want any signal // handling. // - Application(Ice::NoSignalHandling) + Ice::Application(Ice::NoSignalHandling) { } |