summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test/mock/include
diff options
context:
space:
mode:
authorAlexander Kutsan <AKutsan@luxoft.com>2015-03-16 10:42:02 +0200
committerdtrunov <dtrunov@luxoft.com>2015-06-23 15:13:31 +0300
commit5c7e29e9950d9f2e63465f473557332057e56097 (patch)
treed13382ee6cdd2344266d7865b04ae284ff9f810a /src/components/application_manager/test/mock/include
parentb73a6397e8ae76c62b096047b0f800a1ad15438d (diff)
downloadsdl_core-5c7e29e9950d9f2e63465f473557332057e56097.tar.gz
Make ResumeCtrl working
Diffstat (limited to 'src/components/application_manager/test/mock/include')
-rw-r--r--src/components/application_manager/test/mock/include/application_manager/application_manager_impl.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/components/application_manager/test/mock/include/application_manager/application_manager_impl.h b/src/components/application_manager/test/mock/include/application_manager/application_manager_impl.h
index fede50bafa..1d89f6e8d6 100644
--- a/src/components/application_manager/test/mock/include/application_manager/application_manager_impl.h
+++ b/src/components/application_manager/test/mock/include/application_manager/application_manager_impl.h
@@ -246,7 +246,8 @@ class ApplicationManagerImpl : public ApplicationManager,
MOCK_METHOD1(ReplaceMobileByHMIAppId, void(smart_objects::SmartObject&));
MOCK_METHOD0(resume_controller, resumption::ResumeCtrl&());
MOCK_METHOD1(IsVideoStreamingAllowed, bool(uint32_t));
- MOCK_METHOD1(GetDefaultHmiLevel, mobile_api::HMILevel::eType (ApplicationSharedPtr));
+ MOCK_METHOD1(GetDefaultHmiLevel,
+ mobile_api::HMILevel::eType (ApplicationConstSharedPtr));
MOCK_METHOD2(HMILevelAllowsStreaming, bool(uint32_t, protocol_handler::ServiceType));
MOCK_METHOD2(CanAppStream, bool(uint32_t, protocol_handler::ServiceType));
@@ -306,7 +307,7 @@ class ApplicationManagerImpl : public ApplicationManager,
MOCK_CONST_METHOD0(get_limited_media_application, ApplicationSharedPtr());
MOCK_CONST_METHOD0(get_limited_navi_application, ApplicationSharedPtr());
MOCK_CONST_METHOD0(get_limited_voice_application, ApplicationSharedPtr());
- MOCK_CONST_METHOD1(IsAppTypeExistsInFullOrLimited, bool(ApplicationSharedPtr));
+ MOCK_CONST_METHOD1(IsAppTypeExistsInFullOrLimited, bool(ApplicationConstSharedPtr));
MOCK_CONST_METHOD0(active_application, ApplicationSharedPtr ());
MOCK_METHOD0(OnApplicationListUpdateTimer, void());
MOCK_METHOD0(OnLowVoltage, void());