From d3ccf97331935b181041394b80be20dca282ea71 Mon Sep 17 00:00:00 2001 From: christian mueller Date: Wed, 29 Feb 2012 13:27:27 +0100 Subject: * [ performance] for classes that do not need to be derived from, removed virtual desctructor * implemented confirmation of routing ready in RoutingReceiver * [Sockethandler] automatically set gDispatchDone to 0 when starting mainloop * fixed unit text to work with latest changes (expect Dbus command interface) * [GAM-4] added way to do synchronous calling on interfaces with the help of CAmSerializer.h * reworked AsyncRoutingPlugin to work with CAmSerializer.h * reworked AsyncRoutingPlugin to register elemtes in thread using CAmSerializer.h * reworked AsncPlugin Tests to work with remodelled Plugin --- includes/routing/RoutingReceiveInterface.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'includes/routing/RoutingReceiveInterface.h') diff --git a/includes/routing/RoutingReceiveInterface.h b/includes/routing/RoutingReceiveInterface.h index b9d6f34..f614fb3 100644 --- a/includes/routing/RoutingReceiveInterface.h +++ b/includes/routing/RoutingReceiveInterface.h @@ -17,8 +17,8 @@ * * THIS CODE HAS BEEN GENERATED BY ENTERPRISE ARCHITECT GENIVI MODEL. PLEASE CHANGE ONLY IN ENTERPRISE ARCHITECT AND GENERATE AGAIN */ -#if !defined(EA_1872FCAA_4ACA_4547_ABD0_F0CC01DE516C__INCLUDED_) -#define EA_1872FCAA_4ACA_4547_ABD0_F0CC01DE516C__INCLUDED_ +#if !defined(EA_ACBA7B56_BAFE_481f_8DF3_0B1AB9AE1E8C__INCLUDED_) +#define EA_ACBA7B56_BAFE_481f_8DF3_0B1AB9AE1E8C__INCLUDED_ #include #include @@ -40,7 +40,7 @@ namespace am { * Violation these rules may lead to unexpected behavior! Nevertheless you can implement thread safe by using the deferred-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 27-Feb-2012 6:57:33 PM + * @created 29-Feb-2012 12:54:30 PM */ class RoutingReceiveInterface { @@ -335,14 +335,14 @@ namespace am { * * @param handle the handle that was given via setRoutingReady */ - virtual void confirmRoutingReady(const uint16_t handle) const =0; + virtual void confirmRoutingReady(const uint16_t handle) =0; /** * confirms the setRoutingRundown Command * * @param handle handle that was given via setRoutingRundown */ - virtual void confirmRoutingRundown(const uint16_t handle) const =0; + virtual void confirmRoutingRundown(const uint16_t handle) =0; }; } -#endif // !defined(EA_1872FCAA_4ACA_4547_ABD0_F0CC01DE516C__INCLUDED_) +#endif // !defined(EA_ACBA7B56_BAFE_481f_8DF3_0B1AB9AE1E8C__INCLUDED_) -- cgit v1.2.1