diff options
author | Mark Spruiell <mes@zeroc.com> | 2008-03-04 15:05:00 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2008-03-04 15:05:00 -0800 |
commit | ca60e03bef63c9b6daf180e8b9fbcaffa2f8827d (patch) | |
tree | ee6ae2160e1e48aef939c36f1ce9b9e2745ef23d /cpp/src/Ice/Service.cpp | |
parent | bug 2550 - specify third-party versions in Java INSTALL file (diff) | |
download | ice-ca60e03bef63c9b6daf180e8b9fbcaffa2f8827d.tar.bz2 ice-ca60e03bef63c9b6daf180e8b9fbcaffa2f8827d.tar.xz ice-ca60e03bef63c9b6daf180e8b9fbcaffa2f8827d.zip |
bug 2524 - deprecate Service command-line options; misc perm fixes
Diffstat (limited to 'cpp/src/Ice/Service.cpp')
-rw-r--r--[-rwxr-xr-x] | cpp/src/Ice/Service.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Ice/Service.cpp b/cpp/src/Ice/Service.cpp index 326c381029e..123083abf27 100755..100644 --- a/cpp/src/Ice/Service.cpp +++ b/cpp/src/Ice/Service.cpp @@ -468,6 +468,8 @@ Ice::Service::main(int& argc, char* argv[], const InitializationData& initializa op = argv[idx]; name = argv[idx + 1]; + warning("the " + op + " option is deprecated"); + for(int i = idx ; i + 2 < argc ; ++i) { argv[i] = argv[i + 2]; |