global Objects (network, commands, ebusloop, cycdata) relocated into new global Object baseloop.
This commit is contained in:
+1
-2
@@ -22,11 +22,10 @@
|
||||
|
||||
#include "libebus.h"
|
||||
#include "ebusloop.h"
|
||||
#include "thread.h"
|
||||
#include <string>
|
||||
|
||||
using namespace libebus;
|
||||
|
||||
|
||||
typedef std::map<int, Command*> map_t;
|
||||
typedef map_t::const_iterator mapCI_t;
|
||||
typedef std::pair<int, Command*> pair_t;
|
||||
|
||||
Reference in New Issue
Block a user