--- parser3/src/classes/smtp/Attic/smtp.C 2003/02/19 16:18:59 1.20.2.3 +++ parser3/src/classes/smtp/Attic/smtp.C 2003/03/24 10:31:17 1.20.2.3.2.2 @@ -7,14 +7,14 @@ Parts of the code here is based upon an early gensock and blat */ -static const char* IDENT_SMTP_C="$Date: 2003/02/19 16:18:59 $"; +static const char* IDENT_SMTP_C="$Date: 2003/03/24 10:31:17 $"; #include "pa_exception.h" #include "smtp.h" //#define DEBUG_SHOW -SMTP::SMTP(StringPtr aorigin_string): origin_string(aorigin_string) { +SMTP::SMTP() { the_socket = 0; in_index = 0; out_index = 0;