Merge. CompilerCompatibility
authorStefan Karlsson <stefan.karlsson@nokia.com>
Tue, 30 Mar 2010 12:59:56 +0100
branchCompilerCompatibility
changeset 42 b76d631296db
parent 41 e8fef71da7c6 (diff)
parent 40 e35be9ff24b6 (current diff)
child 55 46dffa7ce5cd
Merge.
--- a/contentpublishingsrv/contentpublishingserver/cpserver/inc/cpserver.h	Wed Mar 24 11:13:58 2010 +0900
+++ b/contentpublishingsrv/contentpublishingserver/cpserver/inc/cpserver.h	Tue Mar 30 12:59:56 2010 +0100
@@ -110,7 +110,7 @@
     /**
      * Returns notifications array
      */
-    RPointerArray<CLiwDefaultList>& CCPServer::GetNotifications( ); 
+    RPointerArray<CLiwDefaultList>& GetNotifications( ); 
 
 private:
     // From CActive
--- a/homescreenpluginsrv/hspsmanager/inc/hspsserverutil.h	Wed Mar 24 11:13:58 2010 +0900
+++ b/homescreenpluginsrv/hspsmanager/inc/hspsserverutil.h	Tue Mar 30 12:59:56 2010 +0100
@@ -468,7 +468,7 @@
          * @param aFilename Referred file name or NULL
  		 * @return True if a file was referred from the declaration
          */
-        static TBool hspsServerUtil::IsFile(
+        static TBool IsFile(
                 const TDesC& aFileDeclaration,
                 TFileName& aFilename );
 
--- a/idlefw/plugins/devicestatus/inc/aioperatornamepublisher.h	Wed Mar 24 11:13:58 2010 +0900
+++ b/idlefw/plugins/devicestatus/inc/aioperatornamepublisher.h	Tue Mar 30 12:59:56 2010 +0100
@@ -89,7 +89,7 @@
      * Check SPN status from PLMNField. Also check if current country and network
      * codes are in PLMNField.
      */
-    void CAiOperatorNamePublisher::CheckServiceProviderDisplayListStatus(
+    void CheckServiceProviderDisplayListStatus(
         TInt aMCC,
         TInt aMNC,
         TBool& aShowSPN,
--- a/menucontentsrv/srvinc/mcscachehandler.h	Wed Mar 24 11:13:58 2010 +0900
+++ b/menucontentsrv/srvinc/mcscachehandler.h	Tue Mar 30 12:59:56 2010 +0100
@@ -71,7 +71,7 @@
     
     void RemoveNotExistItems();
 
-    void CMcsCacheHandler::RemoveItemsWithChangedAttributesL();
+    void RemoveItemsWithChangedAttributesL();
 
     
 private:    // data
@@ -83,4 +83,4 @@
     RMenuSrvAttrArray iAttrCache;
     };
 
-#endif // __MCSDRMHANDLER_H__
\ No newline at end of file
+#endif // __MCSDRMHANDLER_H__