summaryrefslogtreecommitdiff
path: root/protocols/Xfire/src/Xfire_voicechat.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Xfire/src/Xfire_voicechat.h')
-rw-r--r--protocols/Xfire/src/Xfire_voicechat.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/protocols/Xfire/src/Xfire_voicechat.h b/protocols/Xfire/src/Xfire_voicechat.h
index 22da7485bc..c07997770d 100644
--- a/protocols/Xfire/src/Xfire_voicechat.h
+++ b/protocols/Xfire/src/Xfire_voicechat.h
@@ -76,17 +76,18 @@ using namespace xfirelib;
class Xfire_voicechat : public Xfire_base {
private:
//interner status, des aktiven voicechats
- XFIREVOICECHATTYPE currentvoice;
+ XFIREVOICECHATTYPE m_currentvoice;
//ipportport structur für ts3
- ts3IPPORT* ipport;
+ ts3IPPORT* m_ipport;
//statuspacket caching
- SendGameStatus2Packet lastpacket;
+ SendGameStatus2Packet m_lastpacket;
//tsremotedll
- HMODULE tsrDLL;
+ HMODULE m_tsrDLL;
//tsrGetServerInfo funktion vom tsremotedll
- LPtsrGetServerInfo tsrGetServerInfo;
+ LPtsrGetServerInfo m_tsrGetServerInfo;
//pid für mumble
- DWORD pid;
+ DWORD m_pid;
+
public:
Xfire_voicechat();
~Xfire_voicechat();