Annotation of parser3/src/classes/response.C, 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.C,v 1.1 2001/03/16 12:30:21 paf Exp $
! 7: */
! 8:
! 9: #include "_response.h"
! 10:
! 11: // global var
! 12:
! 13: VStateless_class *response_base_class;
! 14:
! 15: // methods
! 16:
! 17: // initialize
! 18:
! 19: void initialize_response_base_class(Pool& pool, VStateless_class& vclass) {
! 20: // TODO: ^mangle
! 21: }
E-mail: