# HG changeset patch # User Stefan Karlsson # Date 1269790674 -3600 # Node ID a01b4044eb854b76f2aa36c56ea2eeac0ea4b145 # Parent 5851d9e42c5bc3687d342b8ee1c9087ca4c3c57c Fixed "extra qualification" syntax errors. diff -r 5851d9e42c5b -r a01b4044eb85 mtpfws/mtpfw/datatypes/interface/cmtptypedevicepropdesc.h --- a/mtpfws/mtpfw/datatypes/interface/cmtptypedevicepropdesc.h Sun Mar 14 13:12:01 2010 +0000 +++ b/mtpfws/mtpfw/datatypes/interface/cmtptypedevicepropdesc.h Sun Mar 28 16:37:54 2010 +0100 @@ -148,8 +148,8 @@ IMPORT_C static CMTPTypeDevicePropDesc* NewL(TUint16 aPropertyCode, const MMTPType& aForm); IMPORT_C static CMTPTypeDevicePropDesc* NewLC(TUint16 aPropertyCode, const MMTPType& aForm); - IMPORT_C static CMTPTypeDevicePropDesc* CMTPTypeDevicePropDesc::NewL(TUint16 aPropertyCode, TUint8 aGetSet, TUint8 aFormFlag, const MMTPType* aForm); - IMPORT_C static CMTPTypeDevicePropDesc* CMTPTypeDevicePropDesc::NewLC(TUint16 aPropertyCode, TUint8 aGetSet, TUint8 aFormFlag, const MMTPType* aForm); + IMPORT_C static CMTPTypeDevicePropDesc* NewL(TUint16 aPropertyCode, TUint8 aGetSet, TUint8 aFormFlag, const MMTPType* aForm); + IMPORT_C static CMTPTypeDevicePropDesc* NewLC(TUint16 aPropertyCode, TUint8 aGetSet, TUint8 aFormFlag, const MMTPType* aForm); IMPORT_C static CMTPTypeDevicePropDesc* NewL(TUint16 aPropertyCode, const TPropertyInfo& aInfo, const MMTPType* aForm); IMPORT_C static CMTPTypeDevicePropDesc* NewLC(TUint16 aPropertyCode, const TPropertyInfo& aInfo, const MMTPType* aForm);