Move class Event and EventHandler into the TelldusCore namespace

This commit is contained in:
Micke Prag 2012-02-03 17:09:38 +01:00
parent 1250681514
commit e834160492
23 changed files with 125 additions and 111 deletions

View file

@ -6,6 +6,8 @@
#include <pthread.h>
#include <stdio.h>
using namespace TelldusCore;
class EventHandler::PrivateData {
public:
pthread_cond_t event;