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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to