From 20491c0f31d70e254c56f171c69b95f3d4ad2813 Mon Sep 17 00:00:00 2001 From: Jens Lorenz Date: Wed, 11 Jun 2014 18:14:58 +0200 Subject: * Bug #100 - removed projecttypes.h which causes compiling conflicts Signed-off-by: Jens Lorenz --- PluginCommandInterfaceCAPI/include/CAmCommandSenderCommon.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'PluginCommandInterfaceCAPI/include') diff --git a/PluginCommandInterfaceCAPI/include/CAmCommandSenderCommon.h b/PluginCommandInterfaceCAPI/include/CAmCommandSenderCommon.h index 750b2c5..caeb455 100644 --- a/PluginCommandInterfaceCAPI/include/CAmCommandSenderCommon.h +++ b/PluginCommandInterfaceCAPI/include/CAmCommandSenderCommon.h @@ -32,22 +32,14 @@ extern void CAmConvertAvailablility(const am_Availability_s & , org::genivi::am: extern void CAmConvertMainSoundProperty(const am_MainSoundProperty_s & , org::genivi::am::am_MainSoundProperty_s & ); extern void CAmConvertSystemProperty(const am_SystemProperty_s &, org::genivi::am::am_SystemProperty_s &); -extern org::genivi::am::am_ClassProperty_pe CAmConvert2CAPIType(const am_ClassProperty_e & property); -extern org::genivi::am::am_SystemPropertyType_pe CAmConvert2CAPIType(const am_SystemPropertyType_e &); -extern org::genivi::am::am_Availability_e CAmConvert2CAPIType(const am_Availability_e & ); -extern org::genivi::am::am_AvailabilityReason_pe CAmConvert2CAPIType(const am_AvailabilityReason_e & ); +extern org::genivi::am::am_Availability_e CAmConvert2CAPIType(const am_Availability_e &); extern org::genivi::am::am_MuteState_e CAmConvert2CAPIType(const am_MuteState_e &); extern am_MuteState_e CAmConvertFromCAPIType(const org::genivi::am::am_MuteState_e &); -extern org::genivi::am::am_MainSoundPropertyType_pe CAmConvert2CAPIType(const am_MainSoundPropertyType_e &); - extern org::genivi::am::am_ConnectionState_e CAmConvert2CAPIType(const am_ConnectionState_e &); extern am_ConnectionState_e CAmConvertFromCAPIType(const org::genivi::am::am_ConnectionState_e &); -extern am_NotificationType_e CAmConvert2CAPIType(const org::genivi::am::am_NotificationType_pe &); -extern org::genivi::am::am_NotificationType_pe CAmConvertFromCAPIType(const am_NotificationType_e &); - extern am_NotificationStatus_e CAmConvert2CAPIType(const org::genivi::am::am_NotificationStatus_e &); extern org::genivi::am::am_NotificationStatus_e CAmConvertFromCAPIType(const am_NotificationStatus_e &); -- cgit v1.2.1