peiyongz    2004/11/10 20:16:46

  Modified:    c/src/xercesc/util BaseRefVectorOf.hpp
  Log:
  To build on Linux/xlC_r
  
  Revision  Changes    Path
  1.8       +1 -1      xml-xerces/c/src/xercesc/util/BaseRefVectorOf.hpp
  
  Index: BaseRefVectorOf.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/BaseRefVectorOf.hpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- BaseRefVectorOf.hpp       8 Sep 2004 13:56:21 -0000       1.7
  +++ BaseRefVectorOf.hpp       11 Nov 2004 04:16:46 -0000      1.8
  @@ -42,7 +42,7 @@
           , const bool adoptElems = true
           , MemoryManager* const manager = XMLPlatformUtils::fgMemoryManager
       );
  -    virtual ~BaseRefVectorOf() = 0;
  +    virtual ~BaseRefVectorOf();
   
   
       // 
-----------------------------------------------------------------------
  
  
  

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

Reply via email to