diff options
author | sma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-03 14:21:18 +0000 |
---|---|---|
committer | sma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-03 14:21:18 +0000 |
commit | 980bd48ce2867aff07368c266eea95ffc565da95 (patch) | |
tree | 6238cd0981e369f85bd18bf0f71a63e8168706f7 /ACE/ACEXML/common/XML_Macros.h | |
parent | ee48f3f0066db77eb6521b49f8232167c7e588b3 (diff) | |
download | ATCD-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.h | 8 |
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 */ |