Refactor the way we track events. Testing needed, please. Lots of bugs to be found, for sure.

This commit is contained in:
Joao Mesquita
2010-04-05 03:03:06 -03:00
parent a763ddff81
commit 1b919f2c6f
9 changed files with 293 additions and 233 deletions

6
fscomm/channel.cpp Normal file
View File

@@ -0,0 +1,6 @@
#include "channel.h"
Channel::Channel(QString uuid):
_uuid(uuid)
{
}