Move class Event and EventHandler into the TelldusCore namespace
This commit is contained in:
parent
1250681514
commit
e834160492
23 changed files with 125 additions and 111 deletions
|
@ -6,6 +6,8 @@
|
|||
#include <pthread.h>
|
||||
#include <stdio.h>
|
||||
|
||||
using namespace TelldusCore;
|
||||
|
||||
class EventHandler::PrivateData {
|
||||
public:
|
||||
pthread_cond_t event;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue