[Dnsmail-cvs] dnsmail SmtpClient.cs,1.2,1.3
Brought to you by:
ethem
From: Ethem E. <et...@us...> - 2006-08-07 11:33:42
|
Update of /cvsroot/dnsmail/dnsmail In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv748/dnsmail Modified Files: SmtpClient.cs Log Message: Some backward compatibles. Index: SmtpClient.cs =================================================================== RCS file: /cvsroot/dnsmail/dnsmail/SmtpClient.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** SmtpClient.cs 7 Aug 2006 10:55:01 -0000 1.2 --- SmtpClient.cs 7 Aug 2006 11:33:39 -0000 1.3 *************** *** 208,212 **** } ! public new int Available { get --- 208,212 ---- } ! public int Available { get *************** *** 225,229 **** return available; } ! return base.Available; } } --- 225,229 ---- return available; } ! return base.Client.Available; } } |