diff options
Diffstat (limited to 'PluginCommandInterfaceDbus/headers.h')
-rw-r--r-- | PluginCommandInterfaceDbus/headers.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/PluginCommandInterfaceDbus/headers.h b/PluginCommandInterfaceDbus/headers.h deleted file mode 100644 index 078dfdc..0000000 --- a/PluginCommandInterfaceDbus/headers.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - * headers.h - * - * Created on: Jul 21, 2011 - * Author: christian - */ - -#ifndef HEADERS_H_ -#define HEADERS_H_ - -#include <dbus/dbus.h> -#include <dlt/dlt.h> -#include "CommandReceive.h" -#include "CommandDbusReceive.h" -#include "commandInterface.h" -#include "DbusSend.h" -#include "DBUSMessageHandler.h" -#include "dbusRoothandler.h" -#include "DbusInterface.h" - - -const char MY_NODE[]="commandinterface\0"; - -DLT_IMPORT_CONTEXT(DBusCommandPlugin); - -#endif /* HEADERS_H_ */ |