You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2004/09/21 20:52:13 UTC

cvs commit: xml-xerces/c/samples/PSVIWriter PSVIWriterHandlers.hpp

peiyongz    2004/09/21 11:52:12

  Modified:    c/samples/PSVIWriter PSVIWriterHandlers.hpp
  Log:
  Handle partial PSVIElement
  
  Revision  Changes    Path
  1.6       +5 -3      xml-xerces/c/samples/PSVIWriter/PSVIWriterHandlers.hpp
  
  Index: PSVIWriterHandlers.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/PSVIWriter/PSVIWriterHandlers.hpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- PSVIWriterHandlers.hpp	14 Sep 2004 21:54:47 -0000	1.5
  +++ PSVIWriterHandlers.hpp	21 Sep 2004 18:52:12 -0000	1.6
  @@ -144,9 +144,11 @@
   								const XMLCh* const uri, 
   								PSVIAttributeList* psviAttributes );
   	void handleElementPSVI(	const XMLCh* const localName, 
  -								const XMLCh* const uri,
  -								PSVIElement* elementInfo );
  -
  +                                const XMLCh* const uri,
  +                                PSVIElement* elementInfo );
  +	void handlePartialElementPSVI( const XMLCh* const localName, 
  +                                   const XMLCh* const uri,
  +                                   PSVIElement* elementInfo ) {};
   private:
       // -----------------------------------------------------------------------
       //  Private methods
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org