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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/includes/command/CommandSendInterface.h b/includes/command/CommandSendInterface.h
index 77f8795..76f564c 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_6CB1E10C_DCF5_48af_9B00_98330CA044BB__INCLUDED_)
-#define EA_6CB1E10C_DCF5_48af_9B00_98330CA044BB__INCLUDED_
+#if !defined(EA_E1A66E00_EE7A_428b_A8DD_81E1B932B623__INCLUDED_)
+#define EA_E1A66E00_EE7A_428b_A8DD_81E1B932B623__INCLUDED_
#include <vector>
#include <string>
@@ -37,7 +37,7 @@ 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 08-Dec-2011 1:05:13 PM
+ * @created 12-Dec-2011 8:33:24 PM
*/
class CommandSendInterface
{
@@ -148,4 +148,4 @@ namespace am {
};
}
-#endif // !defined(EA_6CB1E10C_DCF5_48af_9B00_98330CA044BB__INCLUDED_)
+#endif // !defined(EA_E1A66E00_EE7A_428b_A8DD_81E1B932B623__INCLUDED_)