summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/Notify/Validate_Client/proxy_dummy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/tests/Notify/Validate_Client/proxy_dummy.cpp')
-rw-r--r--orbsvcs/tests/Notify/Validate_Client/proxy_dummy.cpp10
1 files changed, 3 insertions, 7 deletions
diff --git a/orbsvcs/tests/Notify/Validate_Client/proxy_dummy.cpp b/orbsvcs/tests/Notify/Validate_Client/proxy_dummy.cpp
index 79f179f8bfb..4e55535a11e 100644
--- a/orbsvcs/tests/Notify/Validate_Client/proxy_dummy.cpp
+++ b/orbsvcs/tests/Notify/Validate_Client/proxy_dummy.cpp
@@ -6,10 +6,6 @@
#include "tao/PortableServer/POAC.h"
#include "tao/PortableServer/POAManagerC.h"
-ACE_RCSID (Validate_Client,
- gen_data,
- "$Id$")
-
const ACE_TCHAR *output_filename = ACE_TEXT ("persistence.notify.xml");
// must be char
@@ -133,7 +129,7 @@ parse_args (int argc, ACE_TCHAR *argv[])
argv [0]),
-1);
}
- // Indicates sucessful parsing of the command line
+ // Indicates successful parsing of the command line
return 0;
}
@@ -176,8 +172,8 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
output_file),
1);
const char * dummy_consumer_proxy = ior.in();
-
- ACE_OS::fprintf (output_file, format,
+
+ ACE_OS::fprintf (output_file, format,
dummy_consumer_proxy, dummy_consumer_proxy,
dummy_consumer_proxy, dummy_consumer_proxy);
ACE_OS::fclose (output_file);