summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/Security/Secure_Invocation/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/tests/Security/Secure_Invocation/server.cpp')
-rw-r--r--orbsvcs/tests/Security/Secure_Invocation/server.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/orbsvcs/tests/Security/Secure_Invocation/server.cpp b/orbsvcs/tests/Security/Secure_Invocation/server.cpp
index 723915cf2c1..3acd85c9486 100644
--- a/orbsvcs/tests/Security/Secure_Invocation/server.cpp
+++ b/orbsvcs/tests/Security/Secure_Invocation/server.cpp
@@ -1,14 +1,11 @@
// -*- C++ -*-
+// $Id$
#include "ace/Get_Opt.h"
#include "ace/OS_NS_stdio.h"
#include "Foo_i.h"
#include "ace/SString.h"
-ACE_RCSID (Secure_Invocation,
- server,
- "$Id$")
-
const ACE_TCHAR *ior_output_file = 0;
const char *cert_file = "cacert.pem";
@@ -33,7 +30,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;
}