peiyongz    2003/10/15 09:02:49

  Modified:    c/src/xercesc/framework/psvi XSObject.cpp
  Log:
  Solve Linkage error on Solaris
  
  Revision  Changes    Path
  1.4       +5 -2      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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XSObject.cpp      10 Oct 2003 18:37:51 -0000      1.3
  +++ XSObject.cpp      15 Oct 2003 16:02:49 -0000      1.4
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.4  2003/10/15 16:02:49  peiyongz
  + * Solve Linkage error on Solaris
  + *
    * Revision 1.3  2003/10/10 18:37:51  neilg
    * update XSModel and XSObject interface so that IDs can be used to query 
components in XSModels, and so that those IDs can be recovered from components
    *
  @@ -104,7 +107,7 @@
     * @return id unique for this type of component within this XSModel
     * or 0 to indicate that this is unsupported for this type of component.
     */
  -inline unsigned int XSObject::getId() const
  +unsigned int XSObject::getId() const
   {
       return 0;
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to