summaryrefslogtreecommitdiff
path: root/plugins/MirandaG15/src/CIRCConnection.h
blob: 4067941ceaf4a986a1832533e30e137fcd332e95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _CIRCCONNECTION_H_
#define _CIRCCONNECTION_H_

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

#endif