Annotation of parser3/src/types/pa_vvoid.C, revision 1.1
1.1 ! paf 1: /** @file
! 2: Parser: @b string class.
! 3:
! 4: Copyright(c) 2001-2004 ArtLebedev Group (http://www.artlebedev.com)
! 5: Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru)
! 6: */
! 7:
! 8: static const char * const IDENT="$Date: 2004/02/11 15:33:19 $";
! 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: