Annotation of parser3/src/classes/_file.h, revision 1.2
1.1 paf 1: /*
2: Parser
3: Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com)
4: Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf)
5:
1.2 ! paf 6: $Id: _file.h,v 1.1 2001/03/19 20:08:11 paf Exp $
1.1 paf 7: */
8:
9: #ifndef _FILE_H
10: #define _FILE_H
11:
12: #include "pa_vstateless_class.h"
13:
1.2 ! paf 14: extern VStateless_class *file_class;
! 15: void initialize_file_class(Pool& pool, VStateless_class& vclass);
1.1 paf 16:
17: #endif
E-mail: