summaryrefslogtreecommitdiff
path: root/includes/command/CommandSendInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/command/CommandSendInterface.h')
-rw-r--r--includes/command/CommandSendInterface.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/includes/command/CommandSendInterface.h b/includes/command/CommandSendInterface.h
index 8ae8b50..160db6c 100644
--- a/includes/command/CommandSendInterface.h
+++ b/includes/command/CommandSendInterface.h
@@ -22,8 +22,8 @@
*
* THIS CODE HAS BEEN GENERATED BY ENTERPRISE ARCHITECT GENIVI MODEL. PLEASE CHANGE ONLY IN ENTERPRISE ARCHITECT AND GENERATE AGAIN
*/
-#if !defined(EA_B654AC7A_A617_46d0_836D_36974F99E750__INCLUDED_)
-#define EA_B654AC7A_A617_46d0_836D_36974F99E750__INCLUDED_
+#if !defined(EA_55B59518_08CD_47c3_91EC_B59681773D46__INCLUDED_)
+#define EA_55B59518_08CD_47c3_91EC_B59681773D46__INCLUDED_
#include <vector>
#include <string>
@@ -33,13 +33,15 @@ namespace am {
class CommandReceiveInterface;
}
+#include "CommandReceiveInterface.h"
+
#define CommandSendVersion 1
namespace am {
/**
* This interface handles all communication from the AudioManagerDaemon towards the system. It is designed in such a way that only callbacks with no return types are implemented. So when the CommandInterfacePlugins are designed in such a way that they broadcast signals to any node who is interested in the particular information (like signals on Dbus for example), more information can be retrieved via the CommandReceiveInterface.
* @author christian
* @version 1.0
- * @created 11-Jan-2012 9:19:58 PM
+ * @created 19-Jan-2012 4:32:00 PM
*/
class CommandSendInterface
{
@@ -155,4 +157,4 @@ namespace am {
};
}
-#endif // !defined(EA_B654AC7A_A617_46d0_836D_36974F99E750__INCLUDED_)
+#endif // !defined(EA_55B59518_08CD_47c3_91EC_B59681773D46__INCLUDED_)