summaryrefslogtreecommitdiff
path: root/ACE/ACEXML/common/EntityResolver.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ACEXML/common/EntityResolver.h')
-rw-r--r--ACE/ACEXML/common/EntityResolver.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ACE/ACEXML/common/EntityResolver.h b/ACE/ACEXML/common/EntityResolver.h
index c1934724bad..c18708b029a 100644
--- a/ACE/ACEXML/common/EntityResolver.h
+++ b/ACE/ACEXML/common/EntityResolver.h
@@ -19,7 +19,6 @@
#pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "ACEXML/common/Env.h"
#include "ACEXML/common/InputSource.h"
#include "ACEXML/common/SAXExceptions.h"
@@ -51,8 +50,7 @@ public:
* Allow the application to resolve external entities.
*/
virtual ACEXML_InputSource *resolveEntity (const ACEXML_Char *publicId,
- const ACEXML_Char *systemId ACEXML_ENV_ARG_DECL)
- = 0;
+ const ACEXML_Char *systemId) = 0;
};