diff options
author | kitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-07-02 03:03:35 +0000 |
---|---|---|
committer | kitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-07-02 03:03:35 +0000 |
commit | 426b79f4bb581cc612fd9ba5d91190e86f399d15 (patch) | |
tree | 20cf4e3f2b69a5ab184b8667c21af91fdd634757 /ACEXML/common/LocatorImpl.h | |
parent | 47240322779c0c9b8de93ab74cd383b8fe4f0d1d (diff) | |
download | ATCD-426b79f4bb581cc612fd9ba5d91190e86f399d15.tar.gz |
ChangeLogTag: Mon Jul 1 21:59:44 2002 Krishnakumar B <kitty@cs.wustl.edu>
Diffstat (limited to 'ACEXML/common/LocatorImpl.h')
-rw-r--r-- | ACEXML/common/LocatorImpl.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ACEXML/common/LocatorImpl.h b/ACEXML/common/LocatorImpl.h index 402092d3ec9..5da4110cb4c 100644 --- a/ACEXML/common/LocatorImpl.h +++ b/ACEXML/common/LocatorImpl.h @@ -13,6 +13,13 @@ #ifndef ACEXML_LOCALTORIMPL_H #define ACEXML_LOCALTORIMPL_H +#include "ace/pre.h" +#include "ACEXML/common/ACEXML_Export.h" + +#if !defined (ACE_LACKS_PRAGMA_ONCE) +#pragma once +#endif /* ACE_LACKS_PRAGMA_ONCE */ + #include "ACEXML/common/Locator.h" /** @@ -139,4 +146,7 @@ private: #if defined (__ACEXML_INLINE__) # include "ACEXML/common/LocatorImpl.i" #endif /* __ACEXML_INLINE__ */ + +#include "ace/post.h" + #endif /* ACEXML_LOCALTORIMPL_H */ |