diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-04-10 17:44:16 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-04-10 17:44:16 +0000 |
commit | 229673fc49bb56c3f1207cb82c01f8914850c287 (patch) | |
tree | 1081fc9b38d9ab63244fa71ae0320de03e56a427 /ace/String_Base_Const.h | |
parent | 684aee545e53cd775175481dd38b306449c92fd7 (diff) | |
download | ATCD-229673fc49bb56c3f1207cb82c01f8914850c287.tar.gz |
ChangeLogTag:Wed Apr 10 10:40:36 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/String_Base_Const.h')
-rw-r--r-- | ace/String_Base_Const.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/ace/String_Base_Const.h b/ace/String_Base_Const.h index 3f37b92e11c..d6f796ae8c6 100644 --- a/ace/String_Base_Const.h +++ b/ace/String_Base_Const.h @@ -10,11 +10,17 @@ */ //============================================================================= -#if !defined ACE_STRING_BASE_CONST_H +#ifndef ACE_STRING_BASE_CONST_H #define ACE_STRING_BASE_CONST_H #include "ace/pre.h" -#include "ace/config-all.h" + +#include "ace/ACE_export.h" + +#if !defined (ACE_LACKS_PRAGMA_ONCE) +# pragma once +#endif /* ACE_LACKS_PRAGMA_ONCE */ + /** * @class ACE_String_Base_Const |