rename.2.tfsbot
[tfs.git] / tools / tfsbot / SmartIrc4net / IrcConnection / Delegates.cs
blob1ab55a910dfbe4d436b5e301860ca016a5bce7fd
1 /*
2 * $Id: Delegates.cs 201 2005-06-09 17:06:22Z meebey $
3 * $URL: svn://svn.qnetp.net/smartirc/SmartIrc4net/tags/0.4.0/src/IrcConnection/Delegates.cs $
4 * $Rev: 201 $
5 * $Author: meebey $
6 * $Date: 2005-06-09 19:06:22 +0200 (Thu, 09 Jun 2005) $
8 * SmartIrc4net - the IRC library for .NET/C# <http://smartirc4net.sf.net>
10 * Copyright (c) 2003-2005 Mirco Bauer <meebey@meebey.net> <http://www.meebey.net>
12 * Full LGPL License: <http://www.gnu.org/licenses/lgpl.txt>
14 * This library is free software; you can redistribute it and/or
15 * modify it under the terms of the GNU Lesser General Public
16 * License as published by the Free Software Foundation; either
17 * version 2.1 of the License, or (at your option) any later version.
19 * This library is distributed in the hope that it will be useful,
20 * but WITHOUT ANY WARRANTY; without even the implied warranty of
21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
22 * Lesser General Public License for more details.
24 * You should have received a copy of the GNU Lesser General Public
25 * License along with this library; if not, write to the Free Software
26 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
29 namespace Meebey.SmartIrc4net
31 public delegate void ReadLineEventHandler(object sender, ReadLineEventArgs e);
32 public delegate void WriteLineEventHandler(object sender, WriteLineEventArgs e);
33 public delegate void AutoConnectErrorEventHandler(object sender, AutoConnectErrorEventArgs e);