summaryrefslogtreecommitdiff
path: root/include/routing/IAmRoutingSend.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/routing/IAmRoutingSend.h')
-rw-r--r--include/routing/IAmRoutingSend.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/routing/IAmRoutingSend.h b/include/routing/IAmRoutingSend.h
index d077c73..35024e5 100644
--- a/include/routing/IAmRoutingSend.h
+++ b/include/routing/IAmRoutingSend.h
@@ -19,8 +19,8 @@
*
* THIS CODE HAS BEEN GENERATED BY ENTERPRISE ARCHITECT GENIVI MODEL. PLEASE CHANGE ONLY IN ENTERPRISE ARCHITECT AND GENERATE AGAIN
*/
-#if !defined(EA_3921A27D_CF17_4db4_BE29_6A5BD7C5FE53__INCLUDED_)
-#define EA_3921A27D_CF17_4db4_BE29_6A5BD7C5FE53__INCLUDED_
+#if !defined(EA_19B3916A_5323_4939_B585_FE9193DA3FAD__INCLUDED_)
+#define EA_19B3916A_5323_4939_B585_FE9193DA3FAD__INCLUDED_
#include <vector>
#include <string>
@@ -47,7 +47,7 @@ namespace am {
* call pattern described on the wiki which also helps to implement calls that are forbidden.\n
* For more information, please check CAmSerializer
* @author Christian Mueller
- * @created 16-Dez-2012 15:58:16
+ * @created 17-Jan-2013 10:00:26
*/
class IAmRoutingSend
{
@@ -217,7 +217,7 @@ namespace am {
*/
virtual am_Error_e asyncSetVolumes(const am_Handle_s handle, const std::vector<am_Volumes_s>& listVolumes) =0;
/**
- * sets the notification configuration of a source.
+ * sets the notification configuration of a sink.
* @return E_OK on success, E_UNKNOWN on error.
*
* @param handle The handle for this operation.
@@ -237,4 +237,4 @@ namespace am {
};
}
-#endif // !defined(EA_3921A27D_CF17_4db4_BE29_6A5BD7C5FE53__INCLUDED_)
+#endif // !defined(EA_19B3916A_5323_4939_B585_FE9193DA3FAD__INCLUDED_)