diff options
author | Matthew Newhook <matthew@zeroc.com> | 2002-04-22 19:33:40 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2002-04-22 19:33:40 +0000 |
commit | 8c1949ea4e31a0df137711f57f68eea014032e10 (patch) | |
tree | 87a8229d1f23f0829e5f2f00f73a95a43d6dd1e8 /cpp/src/IcePatch/Client.cpp | |
parent | update config. Call router->shutdown on termination (diff) | |
download | ice-8c1949ea4e31a0df137711f57f68eea014032e10.tar.bz2 ice-8c1949ea4e31a0df137711f57f68eea014032e10.tar.xz ice-8c1949ea4e31a0df137711f57f68eea014032e10.zip |
Added IceUtil/Time.h
Diffstat (limited to 'cpp/src/IcePatch/Client.cpp')
-rw-r--r-- | cpp/src/IcePatch/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePatch/Client.cpp b/cpp/src/IcePatch/Client.cpp index f7d37caa762..43570c9be58 100644 --- a/cpp/src/IcePatch/Client.cpp +++ b/cpp/src/IcePatch/Client.cpp @@ -54,7 +54,7 @@ IcePatch::Client::usage() int IcePatch::Client::run(int argc, char* argv[]) { - RouterPrx router; + Glacier::RouterPrx router; try { |