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

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

#endif