diff options
author | christian mueller <christian.ei.mueller@bmw.de> | 2011-12-22 00:41:48 +0100 |
---|---|---|
committer | christian mueller <christian.ei.mueller@bmw.de> | 2011-12-22 00:57:31 +0100 |
commit | 4618280b6d777ac7bf3bb5cf5b0ea3f0d9e4b2b7 (patch) | |
tree | 775c659467a21c26b8c0683595721cec2e5b83dc /includes/routing/RoutingSendInterface.h | |
parent | b9b9e9ace5c6c7c493438ecf9a4b33b47543e8e3 (diff) | |
download | audiomanager-4618280b6d777ac7bf3bb5cf5b0ea3f0d9e4b2b7.tar.gz |
* new run of code generation by EA
* removed audiomanagertypes.cpp it's creadted by EA, but empty
* get rid of dbusincludes, dbus files are now in the includes folder
Diffstat (limited to 'includes/routing/RoutingSendInterface.h')
-rw-r--r-- | includes/routing/RoutingSendInterface.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/includes/routing/RoutingSendInterface.h b/includes/routing/RoutingSendInterface.h index b042968..06d4994 100644 --- a/includes/routing/RoutingSendInterface.h +++ b/includes/routing/RoutingSendInterface.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_B8D31066_968E_4ef2_A85E_A29A742A5206__INCLUDED_)
-#define EA_B8D31066_968E_4ef2_A85E_A29A742A5206__INCLUDED_
+#if !defined(EA_BEEEF7D0_77D1_4bb1_8A9D_5E6E127272EE__INCLUDED_)
+#define EA_BEEEF7D0_77D1_4bb1_8A9D_5E6E127272EE__INCLUDED_
#include <vector>
#include <string>
@@ -37,7 +37,7 @@ namespace am { * This class implements everything from Audiomanager -> RoutingAdapter * @author christian * @version 1.0 - * @created 12-Dec-2011 8:33:26 PM + * @created 22-Dec-2011 12:55:19 AM */ class RoutingSendInterface { @@ -162,4 +162,4 @@ namespace am { }; } -#endif // !defined(EA_B8D31066_968E_4ef2_A85E_A29A742A5206__INCLUDED_) +#endif // !defined(EA_BEEEF7D0_77D1_4bb1_8A9D_5E6E127272EE__INCLUDED_) |