summaryrefslogtreecommitdiff
path: root/plugins/MirandaG15/src/CProtocolData.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirandaG15/src/CProtocolData.h')
-rw-r--r--plugins/MirandaG15/src/CProtocolData.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/MirandaG15/src/CProtocolData.h b/plugins/MirandaG15/src/CProtocolData.h
new file mode 100644
index 0000000000..cd2282377d
--- /dev/null
+++ b/plugins/MirandaG15/src/CProtocolData.h
@@ -0,0 +1,13 @@
+#ifndef _CPROTOCLDATA_H_INCLUDED_
+#define _CPROTOCLDATA_H_INCLUDED_
+
+class CProtocolData
+{
+public:
+ tstring strProtocol;
+ int iStatus;
+ int iDesiredStatus;
+ long lTimeStamp;
+};
+
+#endif \ No newline at end of file