#ifndef _CIRCCONNECTION_H_
#define _CIRCCONNECTION_H_

class CIRCConnection
{
public:
	tstring strProtocol;
	tstring strNetwork;
};

#endif