Annotation of parser3/src/types/pa_vdom.C, revision 1.3

1.1       parser      1: /** @dom
                      2:        Parser: @b dom parser type.
                      3: 
                      4:        Copyright(c) 2001 ArtLebedev Group(http://www.artlebedev.com)
1.3     ! parser      5:        Author: Alexander Petrosyan <paf@design.ru>(http://design.ru/paf)
1.1       parser      6: 
1.3     ! parser      7:        $Id:  $
1.1       parser      8: */
1.2       parser      9: #include "pa_config_includes.h"
                     10: #ifdef XML
1.3     ! parser     11: static const char *RCSId="$Id: pa_vdom.C,v 1.2 2001/09/21 14:46:09 parser Exp $"; 
1.1       parser     12: 
                     13: #include "pa_vdom.h"
                     14: 
                     15: void VDom_cleanup(void *vdom) {
                     16:        //_asm int 3;
                     17:        static_cast<VDom *>(vdom)->cleanup();
1.2       parser     18: }
                     19: #endif

E-mail: