summaryrefslogtreecommitdiff
path: root/tests/Smart_Proxies/Policy/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Smart_Proxies/Policy/server.cpp')
-rw-r--r--tests/Smart_Proxies/Policy/server.cpp37
1 files changed, 16 insertions, 21 deletions
diff --git a/tests/Smart_Proxies/Policy/server.cpp b/tests/Smart_Proxies/Policy/server.cpp
index dd5846f3797..33a19e5aff6 100644
--- a/tests/Smart_Proxies/Policy/server.cpp
+++ b/tests/Smart_Proxies/Policy/server.cpp
@@ -1,27 +1,22 @@
-// $Id$
-
-//========================================================================
-//
-// = LIBRARY
-// TAO/tests/Smart_Proxy
-//
-// = 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(Smart_Proxy, server, "$Id$")
-
// The servant
class Test_i : public POA_Test
@@ -32,8 +27,8 @@ public:
CORBA::Short method (CORBA::Short boo);
//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_;
@@ -85,7 +80,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;
}