summaryrefslogtreecommitdiff
path: root/PluginCommandInterfaceDbus/include/CommandReceiverShadow.h
diff options
context:
space:
mode:
authorChristian Mueller <christian@lmuc329619u.(none)>2011-12-18 16:33:52 +0100
committerChristian Mueller <christian@lmuc329619u.(none)>2011-12-18 16:33:52 +0100
commit18b59afe6cda90607ad0b193088000d4f9749a97 (patch)
treecd25bd8fd2b3b9d1e71e1e7df7059f9c0afc2df0 /PluginCommandInterfaceDbus/include/CommandReceiverShadow.h
parent392d090c63dcb03df8a044abbc6cc84807e341e5 (diff)
downloadaudiomanager-18b59afe6cda90607ad0b193088000d4f9749a97.tar.gz
- added comments in XML description
- fixed bug in Dbus signal sending - corrected namespace usage
Diffstat (limited to 'PluginCommandInterfaceDbus/include/CommandReceiverShadow.h')
-rw-r--r--PluginCommandInterfaceDbus/include/CommandReceiverShadow.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/PluginCommandInterfaceDbus/include/CommandReceiverShadow.h b/PluginCommandInterfaceDbus/include/CommandReceiverShadow.h
index c05a0ad..b558d0c 100644
--- a/PluginCommandInterfaceDbus/include/CommandReceiverShadow.h
+++ b/PluginCommandInterfaceDbus/include/CommandReceiverShadow.h
@@ -26,19 +26,20 @@
#ifndef COMMANDRECEIVERSHADOW_H_
#define COMMANDRECEIVERSHADOW_H_
-#include "DBusMessageHandler.h"
-
#include <command/CommandReceiveInterface.h>
#include <dbus/dbus.h>
#include <dlt/dlt.h>
#include <map>
+#include "DBusWrapper.h"
+#include "DBusMessageHandler.h"
+
+namespace am {
-DLT_IMPORT_CONTEXT(DBusCommandPlugin)
#define INTROSPECTION_XML_FILE "/home/christian/workspace/gitserver/dbusIncludes/CommandInterface.xml"
+
class CommandReceiverShadow;
-using namespace am;
typedef void (CommandReceiverShadow::*CallBackMethod)(DBusConnection *connection, DBusMessage *message);
@@ -107,4 +108,6 @@ private:
functionMap_t createMap();
};
+}
+
#endif /* COMMANDRECEIVERSHADOW_H_ */