From 26a6b739a38e928d005ac689e693a4d4dd7dc3ea Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 19 Aug 2008 07:50:47 +0000 Subject: Made the netcom object global, for socket reuse. --- client/netcom.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client/netcom.h') diff --git a/client/netcom.h b/client/netcom.h index 18d6dbe..33a57f4 100644 --- a/client/netcom.h +++ b/client/netcom.h @@ -56,4 +56,8 @@ private: QString cpr; }; +namespace Global { + extern NetCom *netcom; +}; + #endif/*__PRACRO_NETCOM_H__*/ -- cgit v1.2.3