rahulj      99/11/22 17:51:06

  Modified:    c/src/validators/DTD DTDElementDecl.hpp
  Log:
  Cannot use class qualifier in class defn. CC under HPUX is happy.
  
  Revision  Changes    Path
  1.2       +4 -1      xml-xerces/c/src/validators/DTD/DTDElementDecl.hpp
  
  Index: DTDElementDecl.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/validators/DTD/DTDElementDecl.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DTDElementDecl.hpp        1999/11/09 01:03:32     1.1
  +++ DTDElementDecl.hpp        1999/11/23 01:51:04     1.2
  @@ -56,9 +56,12 @@
   
   /**
    * $Log: DTDElementDecl.hpp,v $
  - * Revision 1.1  1999/11/09 01:03:32  twl
  - * Initial revision
  + * Revision 1.2  1999/11/23 01:51:04  rahulj
  + * Cannot use class qualifier in class defn. CC under HPUX is happy.
    *
  + * Revision 1.1.1.1  1999/11/09 01:03:32  twl
  + * Initial checkin
  + *
    * Revision 1.3  1999/11/08 20:45:40  rahul
    * Swat for adding in Product name and CVS comment log variable.
    *
  @@ -144,7 +147,7 @@
       DTDAttDef* getAttDef(const XMLCh* const attName);
       ContentSpecNode* getContentSpec();
       const ContentSpecNode* getContentSpec() const;
  -    DTDElementDecl::ModelTypes getModelType() const;
  +    ModelTypes getModelType() const;
   
   
       // 
-----------------------------------------------------------------------
  
  
  

Reply via email to