summaryrefslogtreecommitdiff
path: root/examples/Event_Comm/consumer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Event_Comm/consumer.cpp')
-rw-r--r--examples/Event_Comm/consumer.cpp14
1 files changed, 6 insertions, 8 deletions
diff --git a/examples/Event_Comm/consumer.cpp b/examples/Event_Comm/consumer.cpp
index 86f79af6434..7d088d2b0ed 100644
--- a/examples/Event_Comm/consumer.cpp
+++ b/examples/Event_Comm/consumer.cpp
@@ -3,16 +3,14 @@
#include "Consumer_Handler.h"
#include "Consumer_Input_Handler.h"
-ACE_RCSID(Consumer, consumer, "$Id$")
-
+/**
+ * Consumer driver for the Publish/Subscribe example.
+ *
+ * The Consumer holds the <Consumer_Input_Handler> and
+ * <Cosumer_Handler> objects.
+ */
class Consumer : public ACE_Event_Handler, public ShutdownCallback
{
- // = TITLE
- // Consumer driver for the Publish/Subscribe example.
- //
- // = DESCRIPTION
- // The Consumer holds the <Consumer_Input_Handler> and
- // <Cosumer_Handler> objects.
public:
// = Initialization and termination methods.
Consumer (void);