--- parser3/src/classes/smtp/Attic/smtp.h 2003/03/18 15:14:16 1.11.2.4.2.1 +++ parser3/src/classes/smtp/Attic/smtp.h 2003/03/26 13:46:58 1.11.2.4.2.3 @@ -5,7 +5,7 @@ Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char* IDENT_SMTP_H="$Date: 2003/03/18 15:14:16 $"; +static const char* IDENT_SMTP_H="$Date: 2003/03/26 13:46:58 $"; #include "pa_string.h" @@ -55,10 +55,8 @@ class SMTP: public PA_Object { CHAR HomePage[100]; CHAR text[500]; - const String* origin_string; - public: - SMTP(const String* aorigin_string); + SMTP(); override ~SMTP(); // smtp.C @@ -86,5 +84,3 @@ public: int GetConnection(SOCKET, struct sockaddr_in *); void MiscSocketSetup(SOCKET, fd_set *, struct timeval *); }; - -DECLARE_OBJECT_PTR(SMTP); \ No newline at end of file