Annotation of parser3/src/types/pa_vvoid.C, revision 1.3

1.1       paf         1: /** @file
                      2:        Parser: @b string class.
                      3: 
1.3     ! paf         4:        Copyright(c) 2001-2005 ArtLebedev Group (http://www.artlebedev.com)
1.1       paf         5:        Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru)
                      6: */
                      7: 
1.3     ! paf         8: static const char * const IDENT="$Date: 2005/08/09 08:05:09 $";
1.1       paf         9: 
                     10: #include "pa_vvoid.h"
                     11: #include "pa_vfile.h"
1.2       paf        12: 
                     13: const String VVoid::void_string_value;
1.1       paf        14: 
                     15: VFile* VVoid::as_vfile(String::Language /*lang*/, const Request_charsets* /*charsets*/) {
                     16:        VFile& result=*new VFile;
                     17:        result.set(false/*not tainted*/, "", 0);
                     18:        return &result;
                     19: }

E-mail: