summaryrefslogtreecommitdiff
path: root/tests/Smart_Proxies/Benchmark/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Smart_Proxies/Benchmark/server.cpp')
-rw-r--r--tests/Smart_Proxies/Benchmark/server.cpp37
1 files changed, 16 insertions, 21 deletions
diff --git a/tests/Smart_Proxies/Benchmark/server.cpp b/tests/Smart_Proxies/Benchmark/server.cpp
index 83c30de42f3..e1d7bede99d 100644
--- a/tests/Smart_Proxies/Benchmark/server.cpp
+++ b/tests/Smart_Proxies/Benchmark/server.cpp
@@ -1,27 +1,22 @@
-// $Id$
-
-//========================================================================
-//
-// = LIBRARY
-// TAO/tests/Smart_Proxies/Benchmark
-//
-// = FILENAME
-// server.cpp
-//
-// = DESCRIPTION
-// This is the server program that tests TAO's Smart Proxy extension.
-//
-// = AUTHOR
-// Kirthika Parameswaran <kirthika@cs.wustl.edu>
-//
-//=========================================================================
+
+//=============================================================================
+/**
+ * @file server.cpp
+ *
+ * $Id$
+ *
+ * This is the server program that tests TAO's Smart Proxy extension.
+ *
+ *
+ * @author Kirthika Parameswaran <kirthika@cs.wustl.edu>
+ */
+//=============================================================================
+
#include "testS.h"
#include "ace/Get_Opt.h"
#include "ace/OS_NS_string.h"
-ACE_RCSID(Benchmark, server, "$Id$")
-
// The servant
class Test_i : public POA_Test
@@ -34,8 +29,8 @@ public:
CORBA::Long tickets (CORBA::Short number);
//FUZZ: disable check_for_lack_ACE_OS
+ ///FUZZ: enable check_for_lack_ACE_OS
void shutdown (void);
- //FUZZ: enable check_for_lack_ACE_OS
private:
CORBA::ORB_var orb_;
@@ -88,7 +83,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;
}