rahulj      99/11/22 17:49:59

  Modified:    c/src/util URL.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/util/URL.hpp
  
  Index: URL.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/URL.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- URL.hpp   1999/11/09 01:05:22     1.1
  +++ URL.hpp   1999/11/23 01:49:56     1.2
  @@ -56,9 +56,12 @@
   
   /**
    * $Log: URL.hpp,v $
  - * Revision 1.1  1999/11/09 01:05:22  twl
  - * Initial revision
  + * Revision 1.2  1999/11/23 01:49:56  rahulj
  + * Cannot use class qualifier in class defn. CC under HPUX is happy.
    *
  + * Revision 1.1.1.1  1999/11/09 01:05:22  twl
  + * Initial checkin
  + *
    * Revision 1.2  1999/11/08 20:45:16  rahul
    * Swat for adding in Product name and CVS comment log variable.
    *
  @@ -138,7 +141,7 @@
       const XMLCh* getHost() const;
       const XMLCh* getProtocol() const;
       const XMLCh* getPath() const;
  -    URL::Protocols getType() const;
  +    Protocols getType() const;
       const XMLCh* getURL() const;
   
   
  @@ -160,7 +163,7 @@
       //  Private helper methods
       // 
-----------------------------------------------------------------------
       void cleanup();
  -    URL::Protocols findType(unsigned int& curPos) const;
  +    Protocols findType(unsigned int& curPos) const;
       XMLCh getNextCh(unsigned int& pos, const bool endOk = false) const;
       XMLCh peekNextCh(unsigned int pos) const;
       void parse();
  
  
  

Reply via email to