summaryrefslogtreecommitdiff
path: root/plugins/MirandaG15/src/CIRCConnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirandaG15/src/CIRCConnection.h')
-rw-r--r--plugins/MirandaG15/src/CIRCConnection.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/MirandaG15/src/CIRCConnection.h b/plugins/MirandaG15/src/CIRCConnection.h
new file mode 100644
index 0000000000..4067941cea
--- /dev/null
+++ b/plugins/MirandaG15/src/CIRCConnection.h
@@ -0,0 +1,12 @@
+#ifndef _CIRCCONNECTION_H_
+#define _CIRCCONNECTION_H_
+
+class CIRCConnection
+{
+public:
+ HANDLE hEventHook;
+ tstring strProtocol;
+ tstring strNetwork;
+};
+
+#endif \ No newline at end of file