summaryrefslogtreecommitdiff
path: root/ace/FIFO_Recv.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-05-02 04:08:14 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-05-02 04:08:14 +0000
commite12541e81a599f9bbdaaa2dee057910ba8f032a8 (patch)
tree2f6d35d010baf75e4704bff8006965a36749aa9c /ace/FIFO_Recv.h
parentfb4d3c3d46890c054b5d9096a2ef1e44df998645 (diff)
downloadATCD-e12541e81a599f9bbdaaa2dee057910ba8f032a8.tar.gz
ChangeLogTag:Wed May 1 21:07:23 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/FIFO_Recv.h')
-rw-r--r--ace/FIFO_Recv.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/ace/FIFO_Recv.h b/ace/FIFO_Recv.h
index 6767cf4ab7b..e0c9766cd46 100644
--- a/ace/FIFO_Recv.h
+++ b/ace/FIFO_Recv.h
@@ -1,6 +1,6 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
-//=============================================================================
+//==========================================================================
/**
* @file FIFO_Recv.h
*
@@ -8,11 +8,12 @@
*
* @author Doug Schmidt
*/
-//=============================================================================
+//==========================================================================
#ifndef ACE_FIFO_RECV_H
#define ACE_FIFO_RECV_H
+
#include "ace/pre.h"
#include "ace/FIFO.h"
@@ -21,6 +22,8 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "ace/ACE.h"
+
/**
* @class ACE_FIFO_Recv
*
@@ -73,4 +76,5 @@ private:
#endif
#include "ace/post.h"
+
#endif /* ACE_FIFO_RECV_H */