Fixed "extra qualification" syntax errors. CompilerCompatibility
authorStefan Karlsson <stefan.karlsson@nokia.com>
Sun, 28 Mar 2010 16:36:22 +0100
branchCompilerCompatibility
changeset 15 d08a2bd7f23a
parent 12 e3fb32198e77
child 16 0bc0ea26031e
Fixed "extra qualification" syntax errors.
photosgallery/viewframework/dataprovider/inc/glxmulmodelproviderbase.h
photosgallery/viewframework/medialists/inc/glxmedia.h
photosgallery/viewframework/views/fullscreenview/inc/glxfullscreenbindingsetfactory.h
--- a/photosgallery/viewframework/dataprovider/inc/glxmulmodelproviderbase.h	Sun Mar 14 13:09:41 2010 +0000
+++ b/photosgallery/viewframework/dataprovider/inc/glxmulmodelproviderbase.h	Sun Mar 28 16:36:22 2010 +0100
@@ -125,7 +125,7 @@
 	 * @param aMedia media item which has the updated data
 	 * @param aIsFocused 
 	 */
-    std::auto_ptr<Alf::MulVisualItem> CGlxMulModelProviderBase::CreateItemT( const CGlxBinding& aBinding, 
+    std::auto_ptr<Alf::MulVisualItem> CreateItemT( const CGlxBinding& aBinding, 
         const TGlxMedia& aMedia, TBool aIsFocused );
     /**
      * IsFocused
--- a/photosgallery/viewframework/medialists/inc/glxmedia.h	Sun Mar 14 13:09:41 2010 +0000
+++ b/photosgallery/viewframework/medialists/inc/glxmedia.h	Sun Mar 28 16:36:22 2010 +0100
@@ -244,7 +244,7 @@
      * @param aAttribute The attribute to obtain
      * @return A pointer to the thumbnail attribute or NULL if unsuccessful. 
      */
-    IMPORT_C const CGlxThumbnailAttribute* TGlxMedia::ThumbnailAttribute(
+    IMPORT_C const CGlxThumbnailAttribute* ThumbnailAttribute(
                                              TMPXAttribute& aAttribute) const;
     
     /**
--- a/photosgallery/viewframework/views/fullscreenview/inc/glxfullscreenbindingsetfactory.h	Sun Mar 14 13:09:41 2010 +0000
+++ b/photosgallery/viewframework/views/fullscreenview/inc/glxfullscreenbindingsetfactory.h	Sun Mar 28 16:36:22 2010 +0100
@@ -28,8 +28,8 @@
 NONSHARABLE_CLASS( TGlxMulFullScreenBindingSetFactory ) : public TGlxMulBindingSetFactory
     {
 public:
-    IMPORT_C TGlxMulFullScreenBindingSetFactory::TGlxMulFullScreenBindingSetFactory();
-    IMPORT_C TGlxMulFullScreenBindingSetFactory::~TGlxMulFullScreenBindingSetFactory();
+    IMPORT_C TGlxMulFullScreenBindingSetFactory();
+    IMPORT_C ~TGlxMulFullScreenBindingSetFactory();
 private:
     void AddBindingsL() const;
     };