summaryrefslogtreecommitdiff
path: root/plugins/MirandaG15/src/CProtocolData.h
blob: 6c8218b2cfa22c8be62f35d7e2f6f34d932d98e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _CPROTOCLDATA_H_INCLUDED_ 
#define _CPROTOCLDATA_H_INCLUDED_ 

class CProtocolData
{
public:
	tstring strProtocol;
	int iStatus;
	int iDesiredStatus;
	long lTimeStamp;
};

#endif