Annotation of parser3/src/types/pa_vdom.C, revision 1.1
1.1 ! parser 1: /** @dom
! 2: Parser: @b dom parser type.
! 3:
! 4: Copyright(c) 2001 ArtLebedev Group(http://www.artlebedev.com)
! 5:
! 6: Author: Alexander Petrosyan <paf@design.ru>(http://design.ru/paf)
! 7:
! 8: $Id: pa_vdom.C,v 1.20 2001/09/14 15:41:59 parser Exp $
! 9: */
! 10:
! 11: #if _MSC_VER
! 12: # pragma warning(disable:4291) // disable warning
! 13: // "no matching operator delete found; memory will not be freed if initialization throws an exception
! 14: #endif
! 15:
! 16: #include "pa_vdom.h"
! 17:
! 18: void VDom_cleanup(void *vdom) {
! 19: //_asm int 3;
! 20: static_cast<VDom *>(vdom)->cleanup();
! 21: }
E-mail: