diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-26 06:30:37 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-26 06:30:37 +0000 |
commit | 95b378de37e4fecc76d2536ad48e5137f7eb0aad (patch) | |
tree | cfd838570c52157010710dfcc7d7121c80a49b1d /TAO/tests/Multiple_Inheritance | |
parent | b3c356b0a975969349636065673c4779f299acc3 (diff) | |
download | ATCD-95b378de37e4fecc76d2536ad48e5137f7eb0aad.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/tests/Multiple_Inheritance')
-rw-r--r-- | TAO/tests/Multiple_Inheritance/client.cpp | 8 | ||||
-rw-r--r-- | TAO/tests/Multiple_Inheritance/server.cpp | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tests/Multiple_Inheritance/client.cpp b/TAO/tests/Multiple_Inheritance/client.cpp index 0cc7d52c14b..84fb79c7829 100644 --- a/TAO/tests/Multiple_Inheritance/client.cpp +++ b/TAO/tests/Multiple_Inheritance/client.cpp @@ -43,10 +43,10 @@ parse_args (int argc, char **argv) case '?': default: ACE_ERROR_RETURN ((LM_ERROR, - "\nusage: %s" - "-d" - "-i <ior_input_file>" - "-k IOR" + "\nusage: %s " + "-d " + "-i <ior_input_file> " + "-k IOR " "\n", argv [0]), -1); diff --git a/TAO/tests/Multiple_Inheritance/server.cpp b/TAO/tests/Multiple_Inheritance/server.cpp index 3e08bf3d3b8..2a7232db67e 100644 --- a/TAO/tests/Multiple_Inheritance/server.cpp +++ b/TAO/tests/Multiple_Inheritance/server.cpp @@ -25,7 +25,7 @@ parse_args (int argc, char **argv) case '?': default: ACE_ERROR_RETURN ((LM_ERROR, - "usage: %s" + "usage: %s " "-d " "-o <iorfile>" "\n", |