Annotation of parser3/src/types/pa_vvoid.C, revision 1.1.10.1
1.1 paf 1: /** @file
2: Parser: @b string class.
3:
1.1.10.1! 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.1.10.1! paf 8: static const char * const IDENT="$Date: 2004/05/14 10:29:37 $";
1.1 paf 9:
10: #include "pa_vvoid.h"
11: #include "pa_vfile.h"
12:
13: VFile* VVoid::as_vfile(String::Language /*lang*/, const Request_charsets* /*charsets*/) {
14: VFile& result=*new VFile;
15: result.set(false/*not tainted*/, "", 0);
16: return &result;
17: }
E-mail: