summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/Notify/lib/Notify_PushConsumer.h
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/tests/Notify/lib/Notify_PushConsumer.h')
-rw-r--r--orbsvcs/tests/Notify/lib/Notify_PushConsumer.h47
1 files changed, 22 insertions, 25 deletions
diff --git a/orbsvcs/tests/Notify/lib/Notify_PushConsumer.h b/orbsvcs/tests/Notify/lib/Notify_PushConsumer.h
index 0a66baa40e3..274e3ca068b 100644
--- a/orbsvcs/tests/Notify/lib/Notify_PushConsumer.h
+++ b/orbsvcs/tests/Notify/lib/Notify_PushConsumer.h
@@ -1,28 +1,25 @@
-// $Id$
-// ==========================================================================
-//
-// = LIBRARY
-// orbsvcs
-//
-// = FILENAME
-// Notify_PushConsumer.h
-//
-// = DESCRIPTION
-// This is a utility class is to be used by clients of the Notification
-// Service to implement the servant for CosNotifyComm::PushConsumer
-//
-// = HOW-TO
-// 1. Derive from Notify_ProxyConsumer and implement <push>.
-// 2. Create the servant on the heap.(refcounted servant).
-// 3. Initialize the object, provide a POA.
-// 4. To connect, call <connect>, this will activate the object in the POA.
-// You must provide a ConsumerAdmin to <connect>.
-// 5. To disconnect, call <disconnect> this will also deactivate the object.
-//
-// = AUTHOR
-// Pradeep Gore <pradeep@cs.wustl.edu>
-//
-// ==========================================================================
+//=============================================================================
+/**
+ * @file Notify_PushConsumer.h
+ *
+ * $Id$
+ *
+ * This is a utility class is to be used by clients of the Notification
+ * Service to implement the servant for CosNotifyComm::PushConsumer
+ *
+ * = HOW-TO
+ * 1. Derive from Notify_ProxyConsumer and implement <push>.
+ * 2. Create the servant on the heap.(refcounted servant).
+ * 3. Initialize the object, provide a POA.
+ * 4. To connect, call <connect>, this will activate the object in the POA.
+ * You must provide a ConsumerAdmin to <connect>.
+ * 5. To disconnect, call <disconnect> this will also deactivate the object.
+ *
+ *
+ * @author Pradeep Gore <pradeep@cs.wustl.edu>
+ */
+//=============================================================================
+
#ifndef TAO_NOTIFY_PUSHCONSUMER_H
#define TAO_NOTIFY_PUSHCONSUMER_H