summaryrefslogtreecommitdiff
path: root/ace/SPIPE_Addr.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
commit79ac8ef5e83c63ee47f4a542a81598eb6be91fda (patch)
tree2f6d35d010baf75e4704bff8006965a36749aa9c /ace/SPIPE_Addr.h
parent8f69e97f4dd195efee5e4c9212e0baf9a5fcb581 (diff)
downloadATCD-79ac8ef5e83c63ee47f4a542a81598eb6be91fda.tar.gz
ChangeLogTag:Wed May 1 21:07:23 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/SPIPE_Addr.h')
-rw-r--r--ace/SPIPE_Addr.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/ace/SPIPE_Addr.h b/ace/SPIPE_Addr.h
index b22dc0628f0..cff741219e8 100644
--- a/ace/SPIPE_Addr.h
+++ b/ace/SPIPE_Addr.h
@@ -1,6 +1,6 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
-//=============================================================================
+//==========================================================================
/**
* @file SPIPE_Addr.h
*
@@ -8,20 +8,22 @@
*
* @author Doug Schmidt
*/
-//=============================================================================
+//==========================================================================
#ifndef ACE_SPIPE_ADDR_H
#define ACE_SPIPE_ADDR_H
+
#include "ace/pre.h"
-#include "ace/Addr.h"
+#include "ace/ACE_export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "ace/ACE.h"
+#include "ace/Addr.h"
+#include "ace/OS.h"
/**
* @class ACE_SPIPE_Addr
@@ -112,4 +114,5 @@ private:
#endif /* __ACE_INLINE__ */
#include "ace/post.h"
+
#endif /* ACE_SPIPE_ADDR_H */