dbertoni 2003/07/15 10:01:34
Modified: c/src/xalanc/XSLT XSLTResultTarget.hpp
Log:
Added missing set accessor.
Revision Changes Path
1.3 +11 -0 xml-xalan/c/src/xalanc/XSLT/XSLTResultTarget.hpp
Index: XSLTResultTarget.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/xalanc/XSLT/XSLTResultTarget.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- XSLTResultTarget.hpp 15 Jul 2003 07:04:27 -0000 1.2
+++ XSLTResultTarget.hpp 15 Jul 2003 17:01:34 -0000 1.3
@@ -299,6 +299,17 @@
}
/**
+ * Set the stream for this output target.
+ *
+ * @theStream pointer to stream.
+ */
+ void
+ setStream(FILE* theStream)
+ {
+ m_stream = theStream;
+ }
+
+ /**
* Set a FormatterListener to process the result tree events.
*
* @param handler pointer to new listener
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]