summaryrefslogtreecommitdiff
path: root/tests/POA/Forwarding/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/POA/Forwarding/test_i.h')
-rw-r--r--tests/POA/Forwarding/test_i.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/tests/POA/Forwarding/test_i.h b/tests/POA/Forwarding/test_i.h
index 023e60b962a..ce1fbff6f14 100644
--- a/tests/POA/Forwarding/test_i.h
+++ b/tests/POA/Forwarding/test_i.h
@@ -1,17 +1,17 @@
-// $Id$
//=============================================================================
-//
-// = FILENAME
-// test_i.h
-//
-// = DESCRIPTION
-// Defines test_i class for the test interface
-//
-// = AUTHOR
-// Irfan Pyarali and Michael Kircher
-//
+/**
+ * @file test_i.h
+ *
+ * $Id$
+ *
+ * Defines test_i class for the test interface
+ *
+ *
+ * @author Irfan Pyarali and Michael Kircher
+ */
//=============================================================================
+
#include "testS.h"
class ServantActivator;
@@ -32,8 +32,8 @@ public:
virtual void shutdown (void);
+ /// Returns the default POA for this servant.
virtual PortableServer::POA_ptr _default_POA (void);
- // Returns the default POA for this servant.
protected:
CORBA::ORB_var orb_;