Fixed "extra qualification" syntax errors. CompilerCompatibility
authorStefan Karlsson <stefan.karlsson@nokia.com>
Sun, 28 Mar 2010 16:37:54 +0100
branchCompilerCompatibility
changeset 13 a01b4044eb85
parent 10 5851d9e42c5b
child 15 cd80f3f82410
Fixed "extra qualification" syntax errors.
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);