rahulj      99/11/22 17:49:30

  Modified:    c/src/framework XMLRecognizer.hpp
  Log:
  Cannot use class qualifier in class defn. CC under HPUX is happy.
  
  Revision  Changes    Path
  1.2       +5 -2      xml-xerces/c/src/framework/XMLRecognizer.hpp
  
  Index: XMLRecognizer.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/framework/XMLRecognizer.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XMLRecognizer.hpp 1999/11/09 01:08:37     1.1
  +++ XMLRecognizer.hpp 1999/11/23 01:49:27     1.2
  @@ -56,9 +56,12 @@
   
   /**
    *  $Log: XMLRecognizer.hpp,v $
  - *  Revision 1.1  1999/11/09 01:08:37  twl
  - *  Initial revision
  + *  Revision 1.2  1999/11/23 01:49:27  rahulj
  + *  Cannot use class qualifier in class defn. CC under HPUX is happy.
    *
  + *  Revision 1.1.1.1  1999/11/09 01:08:37  twl
  + *  Initial checkin
  + *
    *  Revision 1.2  1999/11/08 20:44:40  rahul
    *  Swat for adding in Product name and CVS comment log variable.
    *
  @@ -125,13 +128,13 @@
       // 
-----------------------------------------------------------------------
       //  Encoding recognition methods
       // 
-----------------------------------------------------------------------
  -    static XMLRecognizer::Encodings basicEncodingProbe
  +    static Encodings basicEncodingProbe
       (
           const   XMLByte* const      rawBuffer
           , const unsigned int        rawByteCount
       );
   
  -    static XMLRecognizer::Encodings encodingForName
  +    static Encodings encodingForName
       (
           const   XMLCh* const    theEncName
       );
  
  
  

Reply via email to