mirror of
https://github.com/glest/glest-source.git
synced 2025-08-22 16:02:50 +02:00
- more thread guards for IRC Client
This commit is contained in:
@@ -90,7 +90,8 @@ public:
|
||||
std::vector<string> & getCachedNickList() { return eventData; }
|
||||
void setCachedNickList(std::vector<string> &list) { eventData = list; }
|
||||
|
||||
IRCCallbackInterface * getCallbackObj();
|
||||
Mutex * getMutexIRCCB() { return &mutexIRCCB; }
|
||||
IRCCallbackInterface * getCallbackObj(bool lockObj=true);
|
||||
void setCallbackObj(IRCCallbackInterface *cb);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user