Fixed "extra qualification" syntax errors.
--- 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;
};