# HG changeset patch # User Stefan Karlsson # Date 1269790634 -3600 # Node ID e8fef71da7c6e109dd1845e7c7205723fdf2272e # Parent bcb8d447d7167f3210f2a6fbb0beefc363428f37 Fixed "extra qualification" syntax errors. diff -r bcb8d447d716 -r e8fef71da7c6 contentpublishingsrv/contentpublishingserver/cpserver/inc/cpserver.h --- a/contentpublishingsrv/contentpublishingserver/cpserver/inc/cpserver.h Sun Mar 14 13:11:02 2010 +0000 +++ b/contentpublishingsrv/contentpublishingserver/cpserver/inc/cpserver.h Sun Mar 28 16:37:14 2010 +0100 @@ -110,7 +110,7 @@ /** * Returns notifications array */ - RPointerArray& CCPServer::GetNotifications( ); + RPointerArray& GetNotifications( ); private: // From CActive diff -r bcb8d447d716 -r e8fef71da7c6 homescreenpluginsrv/hspsmanager/inc/hspsserverutil.h --- a/homescreenpluginsrv/hspsmanager/inc/hspsserverutil.h Sun Mar 14 13:11:02 2010 +0000 +++ b/homescreenpluginsrv/hspsmanager/inc/hspsserverutil.h Sun Mar 28 16:37:14 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 ); diff -r bcb8d447d716 -r e8fef71da7c6 idlefw/plugins/devicestatus/inc/aioperatornamepublisher.h --- a/idlefw/plugins/devicestatus/inc/aioperatornamepublisher.h Sun Mar 14 13:11:02 2010 +0000 +++ b/idlefw/plugins/devicestatus/inc/aioperatornamepublisher.h Sun Mar 28 16:37:14 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, diff -r bcb8d447d716 -r e8fef71da7c6 menucontentsrv/srvinc/mcscachehandler.h --- a/menucontentsrv/srvinc/mcscachehandler.h Sun Mar 14 13:11:02 2010 +0000 +++ b/menucontentsrv/srvinc/mcscachehandler.h Sun Mar 28 16:37:14 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__