dmitryh 2005/01/31 07:38:24
Modified: c/src/xalanc/XSLT XSLTEngineImpl.cpp
Log:
Fix for XALANC-455
Revision Changes Path
1.27 +3 -4 xml-xalan/c/src/xalanc/XSLT/XSLTEngineImpl.cpp
Index: XSLTEngineImpl.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/xalanc/XSLT/XSLTEngineImpl.cpp,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- XSLTEngineImpl.cpp 28 Dec 2004 02:27:53 -0000 1.26
+++ XSLTEngineImpl.cpp 31 Jan 2005 15:38:23 -0000 1.27
@@ -1,5 +1,5 @@
/*
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -649,9 +649,8 @@
}
else
{
- const XalanMemMgrAutoPtr<InputSourceType, true>
resolverInputSource(
- getMemoryManager(),
-
theResolver->resolveEntity(0, c_wstr(urlString)));
+ const XalanAutoPtr<InputSourceType> resolverInputSource
=
+ theResolver->resolveEntity(0,
c_wstr(urlString));
if (resolverInputSource.get() != 0)
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]