summaryrefslogtreecommitdiff
path: root/tests/OctetSeq/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/OctetSeq/server.cpp')
-rw-r--r--tests/OctetSeq/server.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/OctetSeq/server.cpp b/tests/OctetSeq/server.cpp
index a27b76a8e3a..93fa08571ff 100644
--- a/tests/OctetSeq/server.cpp
+++ b/tests/OctetSeq/server.cpp
@@ -1,3 +1,4 @@
+// -*- C++ -*-
// $Id$
#include "ace/Get_Opt.h"
@@ -5,10 +6,6 @@
#include "ace/OS_NS_stdio.h"
#include "ace/OS_NS_unistd.h"
-ACE_RCSID (OctetSeq,
- server,
- "$Id$")
-
const ACE_TCHAR *ior_output_file = ACE_TEXT("test.ior");
int
@@ -32,7 +29,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;
}