* formatting all the source code with eclipse source code style
[profile/ivi/genivi/genivi-audio-manager.git] / includes / command / CommandSendInterface.h
index 8ae8b50..160db6c 100644 (file)
@@ -22,8 +22,8 @@
 *\r
 * THIS CODE HAS BEEN GENERATED BY ENTERPRISE ARCHITECT GENIVI MODEL. PLEASE CHANGE ONLY IN ENTERPRISE ARCHITECT AND GENERATE AGAIN\r
 */\r
-#if !defined(EA_B654AC7A_A617_46d0_836D_36974F99E750__INCLUDED_)\r
-#define EA_B654AC7A_A617_46d0_836D_36974F99E750__INCLUDED_\r
+#if !defined(EA_55B59518_08CD_47c3_91EC_B59681773D46__INCLUDED_)\r
+#define EA_55B59518_08CD_47c3_91EC_B59681773D46__INCLUDED_\r
 \r
 #include <vector>\r
 #include <string>\r
@@ -33,13 +33,15 @@ namespace am {
 class CommandReceiveInterface;\r
 }
 
+#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_)