dbertoni    02/04/06 11:37:30

  Modified:    c/src/XMLSupport XMLParserLiaison.hpp
  Log:
  Removed broken document numbering code.
  
  Revision  Changes    Path
  1.17      +0 -11     xml-xalan/c/src/XMLSupport/XMLParserLiaison.hpp
  
  Index: XMLParserLiaison.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XMLSupport/XMLParserLiaison.hpp,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- XMLParserLiaison.hpp      14 Dec 2001 20:00:46 -0000      1.16
  +++ XMLParserLiaison.hpp      6 Apr 2002 19:37:30 -0000       1.17
  @@ -88,8 +88,6 @@
   {
   public:
   
  -     typedef unsigned long   DocumentNumberType;
  -
        XMLParserLiaison();
   
        virtual
  @@ -179,15 +177,6 @@
         */
        virtual void
        destroyDocument(XalanDocument*  theDocument) = 0;
  -
  -     /**
  -      * Get a unique number for identifying the document.  The number need
  -      * only be unique to the parser liaison instance.
  -      *
  -      * @return The unique number
  -      */
  -     virtual DocumentNumberType
  -     getNextDocumentNumber() = 0;
   
        /**
         * Get the amount to indent when indent-result="yes".
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to