You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ne...@apache.org on 2003/11/15 22:19:01 UTC

cvs commit: xml-xerces/c/src/xercesc/framework/psvi XSTypeDefinition.hpp

neilg       2003/11/15 13:19:01

  Modified:    c/src/xercesc/framework/psvi XSTypeDefinition.hpp
  Log:
  fixes for compilation under gcc
  
  Revision  Changes    Path
  1.5       +9 -1      xml-xerces/c/src/xercesc/framework/psvi/XSTypeDefinition.hpp
  
  Index: XSTypeDefinition.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/psvi/XSTypeDefinition.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XSTypeDefinition.hpp	14 Nov 2003 22:47:53 -0000	1.4
  +++ XSTypeDefinition.hpp	15 Nov 2003 21:19:01 -0000	1.5
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.5  2003/11/15 21:19:01  neilg
  + * fixes for compilation under gcc
  + *
    * Revision 1.4  2003/11/14 22:47:53  neilg
    * fix bogus log message from previous commit...
    *
  @@ -256,6 +259,11 @@
       XSTypeDefinition*               fBaseType; // owned by XSModel
   };
   inline XSTypeDefinition::~XSTypeDefinition() {}
  +
  +inline XSTypeDefinition::TYPE_CATEGORY XSTypeDefinition::getTypeCategory() const
  +{
  +    return fTypeCategory;
  +}
   
   XERCES_CPP_NAMESPACE_END
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org