Annotation of parser3/src/classes/_response.h, revision 1.4

1.3       paf         1: /** @file
                      2:        Parser: @b response parser class decls.
                      3: 
1.1       paf         4:        Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com)
1.3       paf         5: 
1.1       paf         6:        Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf)
                      7: 
1.4     ! paf         8:        $Id: _response.h,v 1.3.2.1 2001/04/16 11:26:34 paf Exp $
1.1       paf         9: */
                     10: 
1.4     ! paf        11: #ifndef CLASSES_RESPONSE_H
        !            12: #define CLASSES_RESPONSE_H
1.1       paf        13: 
                     14: #include "pa_vstateless_class.h"
                     15: 
1.2       paf        16: extern VStateless_class *response_class;
                     17: void initialize_response_class(Pool& pool, VStateless_class& vclass);
1.1       paf        18: 
                     19: #endif

E-mail: