summaryrefslogtreecommitdiff
path: root/ace/SV_Message_Queue.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/SV_Message_Queue.h
parentfb4d3c3d46890c054b5d9096a2ef1e44df998645 (diff)
downloadATCD-e12541e81a599f9bbdaaa2dee057910ba8f032a8.tar.gz
ChangeLogTag:Wed May 1 21:07:23 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/SV_Message_Queue.h')
-rw-r--r--ace/SV_Message_Queue.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/ace/SV_Message_Queue.h b/ace/SV_Message_Queue.h
index cc060daa220..92055767e3a 100644
--- a/ace/SV_Message_Queue.h
+++ b/ace/SV_Message_Queue.h
@@ -1,20 +1,21 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
-//=============================================================================
+//==========================================================================
/**
* @file SV_Message_Queue.h
*
* $Id$
*
- * @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
+ * @author Douglas C. Schmidt <schmidt@uci.edu>
*/
-//=============================================================================
+//===========================================================================
#ifndef ACE_SV_MESSAGE_QUEUE_H
#define ACE_SV_MESSAGE_QUEUE_H
+
#include "ace/pre.h"
-#include "ace/ACE.h"
+#include "ace/config-all.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -93,4 +94,5 @@ protected:
#endif
#include "ace/post.h"
+
#endif /* ACE_SV_MESSAGE_QUEUE_H */