a test for byte

This commit is contained in:
Andreas Volz 2011-11-18 18:07:06 +01:00
parent 9be39fb628
commit 84978b67b5
5 changed files with 71 additions and 26 deletions

View file

@ -2,7 +2,9 @@
#define TEST_APP_H
// STD
#include <string.h>
#include <cstring>
#include <list>
#include <string>
/* DBus-cxx */
#include <dbus-c++/dbus.h>
@ -21,8 +23,7 @@ private:
static void *testThreadRunnerProvider (void *arg);
// variables
pthread_t testThread;
pthread_t testThread;
};
#endif // TEST_APP_H