# HG changeset patch # User Dremov Kirill (Nokia-D-MSW/Tampere) # Date 1256538053 -7200 # Node ID 44bb89c96acb6ce9dfc25a7f0dd80a9a1e9bf9d3 # Parent f4292e0e20df8430bcd25fd9e030e9f9cb637fe6 Revision: 200941 Kit: 200943 diff -r f4292e0e20df -r 44bb89c96acb serviceproviders/sapi_location/src/locationcallBack.cpp --- a/serviceproviders/sapi_location/src/locationcallBack.cpp Thu Sep 24 12:43:20 2009 +0300 +++ b/serviceproviders/sapi_location/src/locationcallBack.cpp Mon Oct 26 08:20:53 2009 +0200 @@ -236,7 +236,7 @@ if(currCapability & TPositionModuleInfo :: ECapabilityDirection) //Extract direction info if any and append it { // as part of out parm list - TReal direcinfo = 0; + TReal32 direcinfo = 0; if(!aGenericInfo->GetValue(EPositionFieldTrueCourse , direcinfo) ) { @@ -269,7 +269,7 @@ if(currCapability & TPositionModuleInfo :: ECapabilityCompass) //Extract compass info if any and append it { // as part of out parm list - TReal compassinfo ; + TReal32 compassinfo ; if(!aGenericInfo->GetValue(EPositionFieldHeading , compassinfo) ) { diff -r f4292e0e20df -r 44bb89c96acb serviceproviders/sapi_location/src/locationinterface.cpp --- a/serviceproviders/sapi_location/src/locationinterface.cpp Thu Sep 24 12:43:20 2009 +0300 +++ b/serviceproviders/sapi_location/src/locationinterface.cpp Mon Oct 26 08:20:53 2009 +0200 @@ -239,7 +239,7 @@ } //LastKnownLocation Request is made by consumer - else if (aCmdName == KCmdLastLocation) + else if( !(aCmdName.CompareF( KCmdLastLocation )) ) { //Extract Update options from input List User::LeaveIfError(iLocationService->GetLastKnownLoc(iPosition)) ; diff -r f4292e0e20df -r 44bb89c96acb serviceproviders/sapi_logging/loggingservice/src/loggingevent.cpp --- a/serviceproviders/sapi_logging/loggingservice/src/loggingevent.cpp Thu Sep 24 12:43:20 2009 +0300 +++ b/serviceproviders/sapi_logging/loggingservice/src/loggingevent.cpp Mon Oct 26 08:20:53 2009 +0200 @@ -17,7 +17,12 @@ #include +#ifndef SYMBIAN_ENABLE_SPLIT_HEADERS #include +#else +#include +#include +#endif #include #include "loggingevent.h" diff -r f4292e0e20df -r 44bb89c96acb serviceproviders/sapi_logging/loggingservice/src/loggingfilter.cpp --- a/serviceproviders/sapi_logging/loggingservice/src/loggingfilter.cpp Thu Sep 24 12:43:20 2009 +0300 +++ b/serviceproviders/sapi_logging/loggingservice/src/loggingfilter.cpp Mon Oct 26 08:20:53 2009 +0200 @@ -16,6 +16,9 @@ */ +#ifdef SYMBIAN_ENABLE_SPLIT_HEADERS +#include +#endif #include #include #include "loggingfilter.h" diff -r f4292e0e20df -r 44bb89c96acb serviceproviders/sapi_logging/src/liwlogiter.cpp --- a/serviceproviders/sapi_logging/src/liwlogiter.cpp Thu Sep 24 12:43:20 2009 +0300 +++ b/serviceproviders/sapi_logging/src/liwlogiter.cpp Mon Oct 26 08:20:53 2009 +0200 @@ -17,10 +17,16 @@ */ -#include +#include #include +#ifndef SYMBIAN_ENABLE_SPLIT_HEADERS #include -#include +#else +#include +#include +#include +#endif +#include #include "logiter.h" #include "logginginterface.h" diff -r f4292e0e20df -r 44bb89c96acb serviceproviders/sapi_logging/src/logginginterface.cpp --- a/serviceproviders/sapi_logging/src/logginginterface.cpp Thu Sep 24 12:43:20 2009 +0300 +++ b/serviceproviders/sapi_logging/src/logginginterface.cpp Mon Oct 26 08:20:53 2009 +0200 @@ -20,16 +20,23 @@ #include #include #include +#ifndef SYMBIAN_ENABLE_SPLIT_HEADERS #include -#include +#else +#include +#include +#include +#include +#include +#endif #include -#include -#include +#include +#include #include #include "loggingasyncservice.h" -#include "LOGCLIENTCHANGEOBSERVER.H" +#include "logclientchangeobserver.h" #include "logiter.h" #include "loggingservice.h" #include "loggingasyncservice.h" diff -r f4292e0e20df -r 44bb89c96acb serviceproviders/sapi_serviceregistry/tsrc/dev/tserviceregistryprovidertest/conf/tserviceregistry.cfg --- a/serviceproviders/sapi_serviceregistry/tsrc/dev/tserviceregistryprovidertest/conf/tserviceregistry.cfg Thu Sep 24 12:43:20 2009 +0300 +++ b/serviceproviders/sapi_serviceregistry/tsrc/dev/tserviceregistryprovidertest/conf/tserviceregistry.cfg Mon Oct 26 08:20:53 2009 +0200 @@ -1,7 +1,7 @@ [Test] title GetContactDataList create tserviceregistrytest testModule -testModule GetMetaDataListL 0 0 InputStart ServiceName Service.Contact InterfaceName IDataSource MinimumVersion 1.0 MaximumVersion 5.0 InputEnd ExpectedStart StartMap ServiceName Service.Contact InterfaceName IDataSource VersionList 1.0 EndMap ExpectedEnd +testModule GetMetaDataListL 0 0 InputStart ServiceName Service.Contact InterfaceName IDataSource MinimumVersion 1.0 MaximumVersion 5.0 InputEnd ExpectedStart StartMap ServiceName Service.Contact InterfaceName IDataSource VersionList 1.1 EndMap ExpectedEnd delete testModule [Endtest] @@ -9,7 +9,7 @@ [Test] title GetAllDataList create tserviceregistrytest testModule -testModule GetMetaDataListL 0 0 ExpectedStart StartMap ServiceName Service.ServiceRegistry InterfaceName IService MinimumVersion 1.0 EndMap StartMap ServiceName Service.contact InterfaceName IDataSource VersionList 1.0 EndMap ExpectedEnd +testModule GetMetaDataListL 0 0 ExpectedStart StartMap ServiceName Service.ServiceRegistry InterfaceName IService MinimumVersion 1.1 EndMap StartMap ServiceName Service.contact InterfaceName IDataSource VersionList 1.1 EndMap ExpectedEnd delete testModule [Endtest] @@ -24,7 +24,7 @@ [Test] title GetServiceNameDataList create tserviceregistrytest testModule -testModule GetMetaDataListL 0 0 InputStart ServiceName Service.ServiceRegistry InputEnd ExpectedStart StartMap ServiceName Service.ServiceRegistry InterfaceName IService VersionList 1.0 EndMap ExpectedEnd +testModule GetMetaDataListL 0 0 InputStart ServiceName Service.ServiceRegistry InputEnd ExpectedStart StartMap ServiceName Service.ServiceRegistry InterfaceName IService VersionList 1.1 EndMap ExpectedEnd delete testModule [Endtest]