201031
authorhgs
Fri, 06 Aug 2010 12:36:53 +0300
changeset 29 0da3f27f7ab2
parent 27 ada8ffed4752
child 33 ad6f19461b2a
201031
simpleengine/engine/inc/simplepublisher.h
simpleengine/presencesettingsapi/group/presencesettingsapi.mmp
simpleengine/siputils/inc/simplesettings.h
simpleengine/xdmrlspres/eabi/rlspresxdmU.DEF
simpleengine/xdmrlspres/group/rlspresxdm.mmp
simpleengine/xmlutils/inc/simpleelement.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 );
 
 
--- 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/ 
--- 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 );
                 
--- 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 ; #<TI>#
-	_ZTI7CRLSXDM @ 106 NONAME ; #<TI>#
-	_ZTV12CPresenceXDM @ 107 NONAME ; #<VT>#
-	_ZTV7CRLSXDM @ 108 NONAME ; #<VT>#
-	_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
 
--- 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/ 
--- 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 );