Irc thread can now be properly terminated. Separate initialization from connecting. Add callback class for irc stuff.

This commit is contained in:
lotodore
2007-09-25 21:26:22 +00:00
parent bcc5966a68
commit 0dcd313c9d
5 changed files with 105 additions and 16 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ public:
void Run();
// Signal that the thread should be terminated
void SignalTermination();
virtual void SignalTermination();
// Wait for the termination of the thread.
// Only one Thread should wait for the termination!