/***************************************************************************
                                ServerListConnectionController.h
                          -------------------
    begin                : Wed May  7 03:31:51 CDT 2003
    copyright            : (C) 2005 by Andrew Ruder
    email                : aeruder@ksu.edu
 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 ***************************************************************************/

#ifndef SERVER_LIST_CONNECTION_CONTROLLER_H
#define SERVER_LIST_CONNECTION_CONTROLLER_H

#import "Controllers/ConnectionController.h"

@class NSDictionary, NSNotification, NSMutableDictionary;

@interface ServerListConnectionController : ConnectionController
	{
		int serverRow;
		int serverGroup;
		NSDictionary *oldInfo;
		NSMutableDictionary *newInfo;
	}

- initWithServerListDictionary: (NSDictionary *)info
 inGroup: (int)group atRow: (int)row withContentController: (id)aContent;
@end

#endif


syntax highlighted by Code2HTML, v. 0.9.1