|
|
| version 1.4.2.5.2.4, 2003/03/27 14:51:29 | version 1.6, 2003/11/20 16:34:27 |
|---|---|
| Line 7 | Line 7 |
| @todo setrlimit | @todo setrlimit |
| */ | */ |
| static const char* IDENT_UUE_C="$Date$"; | static const char * const IDENT_UUE_C="$Date$"; |
| #include "pa_config_includes.h" | #include "pa_config_includes.h" |
| Line 81 void pa_uuencode(String& result, const S | Line 81 void pa_uuencode(String& result, const S |
| } | } |
| //footer | //footer |
| result.append_help_length((const char* )uue_table, 1/* one char */, String::L_AS_IS) << "\n" | result.append_know_length((const char* )uue_table, 1/* one char */, String::L_AS_IS) << "\n" |
| "end\n"; | "end\n"; |
| } | } |