dbertoni    01/12/14 12:00:46

  Modified:    c/src/XMLSupport XMLParserLiaison.hpp
  Log:
  Renamed member function for clarity.
  
  Revision  Changes    Path
  1.16      +4 -2      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.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- XMLParserLiaison.hpp      2001/11/07 04:07:20     1.15
  +++ XMLParserLiaison.hpp      2001/12/14 20:00:46     1.16
  @@ -88,6 +88,8 @@
   {
   public:
   
  +     typedef unsigned long   DocumentNumberType;
  +
        XMLParserLiaison();
   
        virtual
  @@ -184,8 +186,8 @@
         *
         * @return The unique number
         */
  -     virtual unsigned long
  -     getDocumentNumber() = 0;
  +     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