--- parser3/src/classes/smtp/Attic/smtp.C 2001/11/05 11:46:23 1.6 +++ parser3/src/classes/smtp/Attic/smtp.C 2002/02/08 08:30:11 1.9 @@ -1,16 +1,16 @@ /** @file Parser: SMTP sender. - Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexander Petrosyan (http://paf.design.ru) + Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) + Author: Alexandr Petrosian (http://paf.design.ru) - $Id: smtp.C,v 1.6 2001/11/05 11:46:23 paf Exp $ + $Id: smtp.C,v 1.9 2002/02/08 08:30:11 paf Exp $ Parts of the code here is based upon an early gensock and blat */ -#include "smtp.h" #include "pa_exception.h" +#include "smtp.h" SMTP::SMTP(Pool& pool, const String& aorigin_string) : Pooled(pool), origin_string(aorigin_string) {