# HG changeset patch # User Pat Downey # Date 1256579223 0 # Node ID b092b3f8f4f2d027e0fe3c4b6b05a25871cc51d1 # Parent 44bb89c96acb6ce9dfc25a7f0dd80a9a1e9bf9d3# Parent a0f5c5f1fb2ff53c6262e4844610f3b00ca88bdf Merge tags. diff -r a0f5c5f1fb2f -r b092b3f8f4f2 serviceproviders/sapi_location/src/locationcallBack.cpp --- a/serviceproviders/sapi_location/src/locationcallBack.cpp Wed Oct 21 13:56:00 2009 +0100 +++ b/serviceproviders/sapi_location/src/locationcallBack.cpp Mon Oct 26 17:47:03 2009 +0000 @@ -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 a0f5c5f1fb2f -r b092b3f8f4f2 serviceproviders/sapi_location/src/locationinterface.cpp --- a/serviceproviders/sapi_location/src/locationinterface.cpp Wed Oct 21 13:56:00 2009 +0100 +++ b/serviceproviders/sapi_location/src/locationinterface.cpp Mon Oct 26 17:47:03 2009 +0000 @@ -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 a0f5c5f1fb2f -r b092b3f8f4f2 serviceproviders/sapi_logging/loggingservice/src/loggingevent.cpp --- a/serviceproviders/sapi_logging/loggingservice/src/loggingevent.cpp Wed Oct 21 13:56:00 2009 +0100 +++ b/serviceproviders/sapi_logging/loggingservice/src/loggingevent.cpp Mon Oct 26 17:47:03 2009 +0000 @@ -17,7 +17,12 @@ #include +#ifndef SYMBIAN_ENABLE_SPLIT_HEADERS #include +#else +#include +#include +#endif #include #include "loggingevent.h" diff -r a0f5c5f1fb2f -r b092b3f8f4f2 serviceproviders/sapi_logging/loggingservice/src/loggingfilter.cpp --- a/serviceproviders/sapi_logging/loggingservice/src/loggingfilter.cpp Wed Oct 21 13:56:00 2009 +0100 +++ b/serviceproviders/sapi_logging/loggingservice/src/loggingfilter.cpp Mon Oct 26 17:47:03 2009 +0000 @@ -16,6 +16,9 @@ */ +#ifdef SYMBIAN_ENABLE_SPLIT_HEADERS +#include +#endif #include #include #include "loggingfilter.h" diff -r a0f5c5f1fb2f -r b092b3f8f4f2 serviceproviders/sapi_logging/src/liwlogiter.cpp --- a/serviceproviders/sapi_logging/src/liwlogiter.cpp Wed Oct 21 13:56:00 2009 +0100 +++ b/serviceproviders/sapi_logging/src/liwlogiter.cpp Mon Oct 26 17:47:03 2009 +0000 @@ -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 a0f5c5f1fb2f -r b092b3f8f4f2 serviceproviders/sapi_logging/src/logginginterface.cpp --- a/serviceproviders/sapi_logging/src/logginginterface.cpp Wed Oct 21 13:56:00 2009 +0100 +++ b/serviceproviders/sapi_logging/src/logginginterface.cpp Mon Oct 26 17:47:03 2009 +0000 @@ -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 a0f5c5f1fb2f -r b092b3f8f4f2 serviceproviders/sapi_serviceregistry/tsrc/dev/tserviceregistryprovidertest/conf/tserviceregistry.cfg --- a/serviceproviders/sapi_serviceregistry/tsrc/dev/tserviceregistryprovidertest/conf/tserviceregistry.cfg Wed Oct 21 13:56:00 2009 +0100 +++ b/serviceproviders/sapi_serviceregistry/tsrc/dev/tserviceregistryprovidertest/conf/tserviceregistry.cfg Mon Oct 26 17:47:03 2009 +0000 @@ -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]