Annotation of parser3/src/classes/_response.h, revision 1.1
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:
! 6: $Id: _response.h,v 1.1 2001/03/16 12:30:21 paf Exp $
! 7: */
! 8:
! 9: #ifndef _response_H
! 10: #define _response_H
! 11:
! 12: #include "pa_vstateless_class.h"
! 13:
! 14: extern VStateless_class *response_base_class;
! 15: void initialize_response_base_class(Pool& pool, VStateless_class& vclass);
! 16:
! 17: #endif
E-mail: