--- parser3/src/include/pa_uue.h 2002/08/01 11:41:16 1.3 +++ parser3/src/include/pa_uue.h 2003/03/18 15:14:17 1.4.2.3.2.1 @@ -1,18 +1,18 @@ /** @file Parser: uue encoding module. - Copyright (c) 2000,2001, 2002 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2000,2001-2003 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ #ifndef PA_UUE_H #define PA_UUE_H -static const char* IDENT_UUE_H="$Date: 2002/08/01 11:41:16 $"; +static const char* IDENT_UUE_H="$Date: 2003/03/18 15:14:17 $"; #include "pa_string.h" #include "pa_vfile.h" -void pa_uuencode(String& result, const char *file_name_cstr, const VFile& vfile); +void pa_uuencode(String& result, const String& file_name, const VFile& vfile); #endif