From fe9883ca68e6a8b40d752ea3a5486b513ef85efc Mon Sep 17 00:00:00 2001 From: PacketVideo CM Date: Thu, 12 Nov 2009 12:46:27 -0800 Subject: [PATCH] RIO-7776: DLAExtension::acquireLicence() needs to be renamed to DLAExtension::acquireLicense() --- android/playerdriver.cpp | 1 - engines/2way/src/pv_2way_sdkinfo.h | 2 +- engines/author/src/pv_author_sdkinfo.h | 2 +- engines/player/src/pv_player_sdkinfo.h | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/android/playerdriver.cpp b/android/playerdriver.cpp index b579b006..0dc927e0 100644 --- a/android/playerdriver.cpp +++ b/android/playerdriver.cpp @@ -571,7 +571,6 @@ void PlayerDriver::handleSetDataSource(PlayerSetDataSource* command) } mDataSource->SetDataSourceContextData((OsclAny*)mLocalContextData); } - OSCL_TRY(error, mPlayer->AddDataSource(*mDataSource, command)); OSCL_FIRST_CATCH_ANY(error, commandFailed(command)); } diff --git a/engines/2way/src/pv_2way_sdkinfo.h b/engines/2way/src/pv_2way_sdkinfo.h index a9a8e7e9..dedecac4 100644 --- a/engines/2way/src/pv_2way_sdkinfo.h +++ b/engines/2way/src/pv_2way_sdkinfo.h @@ -21,7 +21,7 @@ // This header file is automatically generated at build-time // *** OFFICIAL RELEASE INFO -- Will not auto update -#define PV2WAY_ENGINE_SDKINFO_LABEL "1062335" +#define PV2WAY_ENGINE_SDKINFO_LABEL "1062384" #define PV2WAY_ENGINE_SDKINFO_DATE 0x20091103 #endif //PV_2WAY_SDKINFO_H_INCLUDED diff --git a/engines/author/src/pv_author_sdkinfo.h b/engines/author/src/pv_author_sdkinfo.h index c1a5dc5c..cca89f69 100644 --- a/engines/author/src/pv_author_sdkinfo.h +++ b/engines/author/src/pv_author_sdkinfo.h @@ -21,7 +21,7 @@ // This header file is automatically generated at build-time // *** OFFICIAL RELEASE INFO -- Will not auto update -#define PVAUTHOR_ENGINE_SDKINFO_LABEL "1062335" +#define PVAUTHOR_ENGINE_SDKINFO_LABEL "1062384" #define PVAUTHOR_ENGINE_SDKINFO_DATE 0x20091103 #endif //PV_AUTHOR_SDKINFO_H_INCLUDED diff --git a/engines/player/src/pv_player_sdkinfo.h b/engines/player/src/pv_player_sdkinfo.h index cc8105fe..39f1e129 100644 --- a/engines/player/src/pv_player_sdkinfo.h +++ b/engines/player/src/pv_player_sdkinfo.h @@ -21,7 +21,7 @@ // This header file is automatically generated at build-time // *** OFFICIAL RELEASE INFO -- Will not auto update -#define PVPLAYER_ENGINE_SDKINFO_LABEL "1062335" +#define PVPLAYER_ENGINE_SDKINFO_LABEL "1062384" #define PVPLAYER_ENGINE_SDKINFO_DATE 0x20091103 #endif //PV_PLAYER_SDKINFO_H_INCLUDED -- 2.11.0