diff -r 26b6f0522fd8 -r 8110bf1194d1 installationservices/swcomponentregistry/inc_private/scrrequestimpl.h --- a/installationservices/swcomponentregistry/inc_private/scrrequestimpl.h Mon May 03 12:38:03 2010 +0300 +++ b/installationservices/swcomponentregistry/inc_private/scrrequestimpl.h Fri May 14 15:58:48 2010 +0300 @@ -356,7 +356,8 @@ TBool GetIntforConditionL(const TDesC& aSelectColumn, const TDesC& aTableInfo, const TDesC& aConditionColumn,TInt aConditionValue,TInt& aRetrievedValue) const; TInt GetServiceIdForDataTypeL(const TDesC& aType) const; TBool GetAppUidForServiceIdL(const TInt ServiceId, TUid& aAppUid) const; - TBool GetNearestAppLanguageL(TLanguage aRequiredLocale,TUid appUid,TLanguage& aFinalAppLocale) const; + TBool GetNearestAppLanguageL(TLanguage aRequiredLocale,TUid aAppUid,TLanguage& aFinalAppLocale) const; + void GetNearestAppLanguageForOpaqueDataL(TLanguage aRequiredLocale,TUid aAppUid,TUid aServiceUid,TLanguage& aFinalAppLocale) const; // DB Version management void InitializeDbVersionL();