summaryrefslogtreecommitdiff
path: root/ACE/ACEXML/common/XML_Macros.h
diff options
context:
space:
mode:
authorsma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-03 14:21:18 +0000
committersma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-03 14:21:18 +0000
commit980bd48ce2867aff07368c266eea95ffc565da95 (patch)
tree6238cd0981e369f85bd18bf0f71a63e8168706f7 /ACE/ACEXML/common/XML_Macros.h
parentee48f3f0066db77eb6521b49f8232167c7e588b3 (diff)
downloadATCD-980bd48ce2867aff07368c266eea95ffc565da95.tar.gz
ChangeLogTag: Wed Jan 03 14:20:00 UTC 2007 Simon Massey <sma@prismtech.com>
Diffstat (limited to 'ACE/ACEXML/common/XML_Macros.h')
-rw-r--r--ACE/ACEXML/common/XML_Macros.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ACE/ACEXML/common/XML_Macros.h b/ACE/ACEXML/common/XML_Macros.h
index 36a5f37ccbf..3941c0f2e7c 100644
--- a/ACE/ACEXML/common/XML_Macros.h
+++ b/ACE/ACEXML/common/XML_Macros.h
@@ -32,10 +32,6 @@
#include "ace/Exception_Macros.h"
-// The following macros assume that an environment variable is passed
-// in/out of each function that can throw an exception. The type of the
-// environment variable is defined by ACEXML_ENV_TYPE.
-
// The Windows MFC exception mechanism requires that a caught CException
// (including the CMemoryException in use here) be freed using its Delete()
// method. Thus, when MFC is in use and we're catching exceptions as a result
@@ -49,6 +45,10 @@
# define ACE_del_bad_alloc
#endif
+// The following macros assume that an environment variable is passed
+// in/out of each function that can throw an exception. The type of the
+// environment variable is defined by ACEXML_ENV_TYPE.
+
#if !defined (ACEXML_ENV_TYPE)
# define ACEXML_ENV_TYPE ACEXML_Env
#endif /* ACEXML_ENV_TYPE */