diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-12-02 00:30:49 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-12-02 00:30:49 +0000 |
commit | c4235a827e9672fb9b19d6683a8495c03c987789 (patch) | |
tree | 6455d0744a477a6328a2c1cda26f0f73c4ae270c /examples/Service_Configurator | |
parent | 79d373aeefdeafd6f92625a7a4f5c62bab33c072 (diff) | |
download | ATCD-c4235a827e9672fb9b19d6683a8495c03c987789.tar.gz |
ChangeLogTag:Fri Dec 1 13:49:36 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'examples/Service_Configurator')
-rw-r--r-- | examples/Service_Configurator/IPC-tests/client/remote_service_directory_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Service_Configurator/IPC-tests/client/remote_service_directory_test.cpp b/examples/Service_Configurator/IPC-tests/client/remote_service_directory_test.cpp index 994c27934d5..287a0feb7e1 100644 --- a/examples/Service_Configurator/IPC-tests/client/remote_service_directory_test.cpp +++ b/examples/Service_Configurator/IPC-tests/client/remote_service_directory_test.cpp @@ -29,7 +29,7 @@ print_usage_and_die (void) void parse_args (int argc, char *argv[]) { - ACE_Get_Opt get_opt (argc, argv, "p:h:r:"); + ACE_Get_Opt get_opt (argc, argv, "p:h:r"); for (int c; (c = get_opt ()) != -1; ) switch (c) |