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/Module.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/Module.h')
-rw-r--r-- | ace/Module.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/ace/Module.h b/ace/Module.h index a8320d63cda..c515ae350df 100644 --- a/ace/Module.h +++ b/ace/Module.h @@ -1,6 +1,6 @@ -/* -*- C++ -*- */ +// -*- C++ -*- -//============================================================================= +//========================================================================== /** * @file Module.h * @@ -8,13 +8,14 @@ * * @author Douglas C. Schmidt <schmidt@cs.wustl.edu> */ -//============================================================================= +//========================================================================== #ifndef ACE_MODULE_H #define ACE_MODULE_H + #include "ace/pre.h" -#include "ace/ACE.h" +#include "ace/ACE_export.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once @@ -204,4 +205,5 @@ private: #endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */ #include "ace/post.h" + #endif /* ACE_MODULE_H */ |