You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2001/05/23 22:34:24 UTC

cvs commit: xml-xerces/c/src/idom IDDocumentImpl.hpp

tng         01/05/23 13:34:23

  Modified:    c/src/idom IDDocumentImpl.hpp
  Log:
  IDOM: Move operator delete to VCPPDefs.hpp as only VCPP needs a matching delete operator.
  
  Revision  Changes    Path
  1.5       +1 -7      xml-xerces/c/src/idom/IDDocumentImpl.hpp
  
  Index: IDDocumentImpl.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/idom/IDDocumentImpl.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- IDDocumentImpl.hpp	2001/05/23 13:11:37	1.4
  +++ IDDocumentImpl.hpp	2001/05/23 20:34:19	1.5
  @@ -58,7 +58,7 @@
    */
   
   /*
  - * $Id: IDDocumentImpl.hpp,v 1.4 2001/05/23 13:11:37 tng Exp $
  + * $Id: IDDocumentImpl.hpp,v 1.5 2001/05/23 20:34:19 tng Exp $
    */
   
   //
  @@ -305,12 +305,6 @@
       // idom_revist.  Probably should be a checked cast.
       void *p = ((IDDocumentImpl *)doc)->allocate(amt);
       return p;
  -}
  -
  -//define a dummy delete to get rid of matching warning
  -inline void operator delete(void* ptr, IDOM_Document *doc)
  -{
  -    return;
   }
   
   //define the global one
  
  
  

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