You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2004/05/05 16:50:41 UTC

cvs commit: xml-xerces/c/src/xercesc/framework/psvi XSObject.cpp

peiyongz    2004/05/05 07:50:41

  Modified:    c/src/xercesc/framework/psvi XSObject.cpp
  Log:
  remove inline
  
  Revision  Changes    Path
  1.10      +4 -1      xml-xerces/c/src/xercesc/framework/psvi/XSObject.cpp
  
  Index: XSObject.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/psvi/XSObject.cpp,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- XSObject.cpp	4 May 2004 19:02:40 -0000	1.9
  +++ XSObject.cpp	5 May 2004 14:50:41 -0000	1.10
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.10  2004/05/05 14:50:41  peiyongz
  + * remove inline
  + *
    * Revision 1.9  2004/05/04 19:02:40  cargilld
    * Enable IDs to work on all kinds of schema components
    *
  @@ -137,7 +140,7 @@
       return fId;
   }
   
  -inline void XSObject::setId(unsigned int id)
  +void XSObject::setId(unsigned int id)
   {
       fId = id;
   }
  
  
  

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