summaryrefslogtreecommitdiff
path: root/ACEXML
diff options
context:
space:
mode:
authorkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-07-02 22:01:09 +0000
committerkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-07-02 22:01:09 +0000
commit848885c642c18acf4e521b53efe425d406ec860e (patch)
tree713822353bdfbcf16bc7ee882f29370022c58dd7 /ACEXML
parent081b59b9acb7309d2b63e9571fc4090f302df3a0 (diff)
downloadATCD-848885c642c18acf4e521b53efe425d406ec860e.tar.gz
ChangeLogTag: Tue Jul 2 16:58:55 2002 Krishnakumar B <kitty@cs.wustl.edu>
Diffstat (limited to 'ACEXML')
-rw-r--r--ACEXML/common/XML_Types.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/ACEXML/common/XML_Types.h b/ACEXML/common/XML_Types.h
index 92f05edb47a..7761cc7f654 100644
--- a/ACEXML/common/XML_Types.h
+++ b/ACEXML/common/XML_Types.h
@@ -14,18 +14,16 @@
//=============================================================================
#ifndef _ACEXML_XML_TYPES_H_
-# define _ACEXML_XML_TYPES_H_
+#define _ACEXML_XML_TYPES_H_
#include "ace/pre.h"
-#include "ACEXML/common/ACEXML_Export.h"
+#include "ace/OS.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
#pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "ace/OS.h"
#include "ace/SString.h"
-#include "ACEXML/common/ACEXML_Export.h"
# if defined (ACE_HAS_WCHAR) && (ACE_SIZEOF_WCHAR == 2)
typedef wchar_t ACEXML_UTF16;
@@ -46,7 +44,7 @@ typedef char ACEXML_UTF8;
* ACEXML_Char only maps to ACEXML_UTF16 when ACE_USES_WCHAR is defined.
* Here we assume sizeof (wchar_t) is always 2 bytes.
*
- * Defulat XML strings will use UTF-8 encoding. We would like to use
+ * Default XML strings will use UTF-8 encoding. We would like to use
* the string classes in standard C++ Library here. But they are not
* very portable yet (as far as I know,) and I'll just use ACE_CString
* for now, unless UNICODE support is turned on. Notice that you
@@ -66,7 +64,7 @@ typedef ACE_CString ACEXML_String;
# define __ACEXML_INLINE__ inline
# else
# if defined (__ACEXML_INLINE__)
-# undefine __ACEXML_INLINE__
+# undef __ACEXML_INLINE__
# endif /* __ACEXML_INLINE__ */
# endif /* (!ACEXML_HAS_INLINE) && (__ACE_INLINE__) || (ACEXML_HAS_INLINE == 1) */