--- parser3/src/classes/mail.C 2001/04/28 13:24:57 1.25 +++ parser3/src/classes/mail.C 2001/05/07 15:31:36 1.27 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://design.ru/paf) - $Id: mail.C,v 1.25 2001/04/28 13:24:57 paf Exp $ + $Id: mail.C,v 1.27 2001/05/07 15:31:36 paf Exp $ */ #include "pa_config_includes.h" @@ -414,7 +414,6 @@ static void sendmail(Request& r, const S // methods -/// ^mail:send{hash} static void _send(Request& r, const String& method_name, MethodParams *params) { Pool& pool=r.pool(); @@ -441,7 +440,7 @@ MMail::MMail(Pool& apool) : Methoded(apo { set_name(*NEW String(pool(), MAIL_CLASS_NAME)); - /// ^mail:send{hash} + // ^mail:send{hash} add_native_method("send", Method::CT_STATIC, _send, 1, 1); }