diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-05-02 04:08:14 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-05-02 04:08:14 +0000 |
commit | e12541e81a599f9bbdaaa2dee057910ba8f032a8 (patch) | |
tree | 2f6d35d010baf75e4704bff8006965a36749aa9c /ace/DEV_Addr.h | |
parent | fb4d3c3d46890c054b5d9096a2ef1e44df998645 (diff) | |
download | ATCD-e12541e81a599f9bbdaaa2dee057910ba8f032a8.tar.gz |
ChangeLogTag:Wed May 1 21:07:23 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/DEV_Addr.h')
-rw-r--r-- | ace/DEV_Addr.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/ace/DEV_Addr.h b/ace/DEV_Addr.h index a270004ea31..a549fb74b6d 100644 --- a/ace/DEV_Addr.h +++ b/ace/DEV_Addr.h @@ -1,6 +1,6 @@ -/* -*- C++ -*- */ +// -*- C++ -*- -//============================================================================= +//========================================================================== /** * @file DEV_Addr.h * @@ -8,11 +8,12 @@ * * @author Gerhard Lenzer and Douglas C. Schmidt */ -//============================================================================= +//========================================================================== #ifndef ACE_DEV_ADDR_H #define ACE_DEV_ADDR_H + #include "ace/pre.h" #include "ace/Addr.h" @@ -21,7 +22,7 @@ # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ -#include "ace/ACE.h" +#include "ace/OS.h" /** * @class ACE_DEV_Addr @@ -81,4 +82,5 @@ private: #endif /* __ACE_INLINE__ */ #include "ace/post.h" + #endif /* ACE_DEV_ADDR_H */ |