dbertoni 2003/02/12 18:34:07
Modified: c/src/XercesParserLiaison XercesDocumentWrapper.hpp
Log:
Added using declaration.
Revision Changes Path
1.9 +7 -1
xml-xalan/c/src/XercesParserLiaison/XercesDocumentWrapper.hpp
Index: XercesDocumentWrapper.hpp
===================================================================
RCS file:
/home/cvs/xml-xalan/c/src/XercesParserLiaison/XercesDocumentWrapper.hpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- XercesDocumentWrapper.hpp 12 Feb 2003 23:05:40 -0000 1.8
+++ XercesDocumentWrapper.hpp 13 Feb 2003 02:34:07 -0000 1.9
@@ -2,7 +2,7 @@
* The Apache Software License, Version 1.1
*
*
- * Copyright (c) 1999-2002 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -408,6 +408,7 @@
{
public:
+ typedef XercesDOMWalker ParentType;
typedef WrapperNavigatorVectorType
WrapperNavigatorVectorInnerType;
BuildWrapperTreeWalker(
@@ -448,6 +449,11 @@
virtual bool
endNode(const DOMNodeType* node);
+
+#if !defined(XALAN_NO_USING_DECLARATION)
+ using ParentType::startNode;
+ using ParentType::endNode;
+#endif
private:
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]