# HG changeset patch # User hgs # Date 1281087413 -10800 # Node ID 0da3f27f7ab20046ac89b0e226deff2eb3662286 # Parent ada8ffed475244e51d7152fe71d89242bebb1e8f 201031 diff -r ada8ffed4752 -r 0da3f27f7ab2 simpleengine/engine/inc/simplepublisher.h --- a/simpleengine/engine/inc/simplepublisher.h Wed Jul 21 09:04:39 2010 +0300 +++ b/simpleengine/engine/inc/simplepublisher.h Fri Aug 06 12:36:53 2010 +0300 @@ -226,7 +226,7 @@ * Zero length is ignored. * @return operation id */ - TInt CSimplePublisher::DoStartPublishL( MSimpleDocument& aDocument, + TInt DoStartPublishL( MSimpleDocument& aDocument, TBool aRefresh, const TDesC8& aETag ); diff -r ada8ffed4752 -r 0da3f27f7ab2 simpleengine/presencesettingsapi/group/presencesettingsapi.mmp --- a/simpleengine/presencesettingsapi/group/presencesettingsapi.mmp Wed Jul 21 09:04:39 2010 +0300 +++ b/simpleengine/presencesettingsapi/group/presencesettingsapi.mmp Fri Aug 06 12:36:53 2010 +0300 @@ -43,7 +43,7 @@ LIBRARY centralrepository.lib -#if defined( ARMCC ) +#if defined( EABI ) DEFFILE ../eabi/ #elif defined ( WINSCW ) deffile ../bwinscw/ diff -r ada8ffed4752 -r 0da3f27f7ab2 simpleengine/siputils/inc/simplesettings.h --- a/simpleengine/siputils/inc/simplesettings.h Wed Jul 21 09:04:39 2010 +0300 +++ b/simpleengine/siputils/inc/simplesettings.h Fri Aug 06 12:36:53 2010 +0300 @@ -120,7 +120,7 @@ * @param aId key id * @return value of the key */ - TInt TSimpleSettings::GetCenRepIntValueL( + TInt GetCenRepIntValueL( CRepository* aRepository, TUint32 aId ); diff -r ada8ffed4752 -r 0da3f27f7ab2 simpleengine/xdmrlspres/eabi/rlspresxdmU.DEF --- a/simpleengine/xdmrlspres/eabi/rlspresxdmU.DEF Wed Jul 21 09:04:39 2010 +0300 +++ b/simpleengine/xdmrlspres/eabi/rlspresxdmU.DEF Fri Aug 06 12:36:53 2010 +0300 @@ -98,14 +98,14 @@ _ZN7CRLSXDM18UpdateDisplayNameLERK7TDesC16S2_S2_ @ 97 NONAME _ZN7CRLSXDM19DeleteAllEmptyListsEP23MRLSPresXDMAsyncHandler @ 98 NONAME _ZN7CRLSXDM19SwitchToServiceURILERK7TDesC16 @ 99 NONAME - _ZN7CRLSXDM20UpdateAllFromServerLEP23MRLSPresXDMAsyncHandler @ 100 NONAME - _ZN7CRLSXDM26DeleteAllEmptyServiceUrisLEv @ 101 NONAME - _ZN7CRLSXDM4NewLEi @ 102 NONAME - _ZN7CRLSXDM5NewLCEi @ 103 NONAME - _ZN7CRLSXDM9DeleteAllEv @ 104 NONAME - _ZTI12CPresenceXDM @ 105 NONAME ; ## - _ZTI7CRLSXDM @ 106 NONAME ; ## - _ZTV12CPresenceXDM @ 107 NONAME ; ## - _ZTV7CRLSXDM @ 108 NONAME ; ## - _ZN7CRLSXDM20NegotiatedServiceUriEv @ 109 NONAME + _ZN7CRLSXDM20NegotiatedServiceUriEv @ 100 NONAME + _ZN7CRLSXDM20UpdateAllFromServerLEP23MRLSPresXDMAsyncHandler @ 101 NONAME + _ZN7CRLSXDM26DeleteAllEmptyServiceUrisLEv @ 102 NONAME + _ZN7CRLSXDM4NewLEi @ 103 NONAME + _ZN7CRLSXDM5NewLCEi @ 104 NONAME + _ZN7CRLSXDM9DeleteAllEv @ 105 NONAME + _ZTI12CPresenceXDM @ 106 NONAME + _ZTI7CRLSXDM @ 107 NONAME + _ZTV12CPresenceXDM @ 108 NONAME + _ZTV7CRLSXDM @ 109 NONAME diff -r ada8ffed4752 -r 0da3f27f7ab2 simpleengine/xdmrlspres/group/rlspresxdm.mmp --- a/simpleengine/xdmrlspres/group/rlspresxdm.mmp Wed Jul 21 09:04:39 2010 +0300 +++ b/simpleengine/xdmrlspres/group/rlspresxdm.mmp Fri Aug 06 12:36:53 2010 +0300 @@ -53,7 +53,7 @@ LIBRARY charconv.lib -#if defined( ARMCC ) +#if defined( EABI ) DEFFILE ../eabi/ #elif defined ( WINSCW ) deffile ../bwinscw/ diff -r ada8ffed4752 -r 0da3f27f7ab2 simpleengine/xmlutils/inc/simpleelement.h --- a/simpleengine/xmlutils/inc/simpleelement.h Wed Jul 21 09:04:39 2010 +0300 +++ b/simpleengine/xmlutils/inc/simpleelement.h Fri Aug 06 12:36:53 2010 +0300 @@ -276,7 +276,7 @@ void ConstructL( const TDesC8& aNsUri, const TDesC8& aLocalName ); - void CSimpleElement::ConstructL( + void ConstructL( CSenElement* aElem, TBool aOwn );