Annotation of parser3/src/classes/_exec.h, revision 1.1
1.1 ! paf 1: /*
! 2: Parser: @b exec parser class decls.
! 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: _op.h,v 1.2 2001/04/06 10:32:16 paf Exp $
! 9: */
! 10:
! 11: #ifndef _EXEC_H
! 12: #define _EXEC_H
! 13:
! 14: #include "pa_vclass.h"
! 15:
! 16: extern VStateless_class *mail_class;
! 17: void initialize_op_class(Pool& pool, VStateless_class& vclass);
! 18:
! 19: #endif
E-mail: