summaryrefslogtreecommitdiff
path: root/examples/Callback_Quoter/Consumer_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Callback_Quoter/Consumer_Handler.cpp')
-rw-r--r--examples/Callback_Quoter/Consumer_Handler.cpp34
1 files changed, 15 insertions, 19 deletions
diff --git a/examples/Callback_Quoter/Consumer_Handler.cpp b/examples/Callback_Quoter/Consumer_Handler.cpp
index 083f0b4cd56..4348b1cad22 100644
--- a/examples/Callback_Quoter/Consumer_Handler.cpp
+++ b/examples/Callback_Quoter/Consumer_Handler.cpp
@@ -1,21 +1,17 @@
-// $Id$
-
-// ===========================================================
-//
-//
-// = LIBRARY
-// TAO/examples/Callback_Quoter
-//
-// = FILENAME
-// Consumer_Input_Handler.cpp
-//
-// = DESCRIPTION
-// Implementation of the Consumer_Handler class.
-//
-// = AUTHOR
-// Kirthika Parameswaran <kirthika@cs.wustl.edu>
-//
-// ===========================================================
+
+//=============================================================================
+/**
+ * @file Consumer_Handler.cpp
+ *
+ * $Id$
+ *
+ * Implementation of the Consumer_Handler class.
+ *
+ *
+ * @author Kirthika Parameswaran <kirthika@cs.wustl.edu>
+ */
+//=============================================================================
+
#include "Consumer_Handler.h"
@@ -26,9 +22,9 @@
#include "ace/Read_Buffer.h"
#include "ace/Get_Opt.h"
#include "ace/Read_Buffer.h"
-#include "ace/OS.h"
#include "ace/Reactor.h"
#include "ace/Event_Handler.h"
+#include "ace/OS_NS_fcntl.h"
Consumer_Handler::Consumer_Handler (void)
: stock_name_ ("Unknown"),