summaryrefslogtreecommitdiff
path: root/tests/POA/Persistent_ID/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/POA/Persistent_ID/server.cpp')
-rw-r--r--tests/POA/Persistent_ID/server.cpp35
1 files changed, 15 insertions, 20 deletions
diff --git a/tests/POA/Persistent_ID/server.cpp b/tests/POA/Persistent_ID/server.cpp
index 158da5b4b00..4ec3caaa473 100644
--- a/tests/POA/Persistent_ID/server.cpp
+++ b/tests/POA/Persistent_ID/server.cpp
@@ -1,20 +1,17 @@
-// $Id$
-
-// ================================================================
-//
-// = LIBRARY
-// TAO/tests/POA/Persistent_ID
-//
-// = FILENAME
-// server.cpp
-//
-// = DESCRIPTION
-// In this example of using Persistent IDs.
-//
-// = AUTHOR
-// Irfan Pyarali
-//
-// ================================================================
+
+//=============================================================================
+/**
+ * @file server.cpp
+ *
+ * $Id$
+ *
+ * In this example of using Persistent IDs.
+ *
+ *
+ * @author Irfan Pyarali
+ */
+//=============================================================================
+
#include "ace/Get_Opt.h"
#include "ace/SString.h"
@@ -22,8 +19,6 @@
#include "ace/OS_NS_stdio.h"
#include "tao/PortableServer/PortableServer.h"
-ACE_RCSID(Explicit_Activation, server, "$Id$")
-
class test_i :
public virtual POA_test
{
@@ -34,8 +29,8 @@ public:
void method (void);
//FUZZ: disable check_for_lack_ACE_OS
+ ///FUZZ: enable check_for_lack_ACE_OS
void shutdown (void);
- //FUZZ: enable check_for_lack_ACE_OS
test_ptr create_POA (void);