mtpfws/mtpfw/datatypes/interface/cmtptypedevicepropdesc.h
branchCompilerCompatibility
changeset 13 a01b4044eb85
parent 0 d0791faffa3f
equal deleted inserted replaced
10:5851d9e42c5b 13:a01b4044eb85
   146     IMPORT_C static CMTPTypeDevicePropDesc* NewLC(TUint16 aPropertyCode);
   146     IMPORT_C static CMTPTypeDevicePropDesc* NewLC(TUint16 aPropertyCode);
   147     
   147     
   148     IMPORT_C static CMTPTypeDevicePropDesc* NewL(TUint16 aPropertyCode, const MMTPType& aForm);
   148     IMPORT_C static CMTPTypeDevicePropDesc* NewL(TUint16 aPropertyCode, const MMTPType& aForm);
   149     IMPORT_C static CMTPTypeDevicePropDesc* NewLC(TUint16 aPropertyCode, const MMTPType& aForm);
   149     IMPORT_C static CMTPTypeDevicePropDesc* NewLC(TUint16 aPropertyCode, const MMTPType& aForm);
   150     
   150     
   151     IMPORT_C static CMTPTypeDevicePropDesc* CMTPTypeDevicePropDesc::NewL(TUint16 aPropertyCode, TUint8 aGetSet, TUint8 aFormFlag, const MMTPType* aForm);
   151     IMPORT_C static CMTPTypeDevicePropDesc* NewL(TUint16 aPropertyCode, TUint8 aGetSet, TUint8 aFormFlag, const MMTPType* aForm);
   152     IMPORT_C static CMTPTypeDevicePropDesc* CMTPTypeDevicePropDesc::NewLC(TUint16 aPropertyCode, TUint8 aGetSet, TUint8 aFormFlag, const MMTPType* aForm);
   152     IMPORT_C static CMTPTypeDevicePropDesc* NewLC(TUint16 aPropertyCode, TUint8 aGetSet, TUint8 aFormFlag, const MMTPType* aForm);
   153     
   153     
   154     IMPORT_C static CMTPTypeDevicePropDesc* NewL(TUint16 aPropertyCode, const TPropertyInfo& aInfo, const MMTPType* aForm);
   154     IMPORT_C static CMTPTypeDevicePropDesc* NewL(TUint16 aPropertyCode, const TPropertyInfo& aInfo, const MMTPType* aForm);
   155     IMPORT_C static CMTPTypeDevicePropDesc* NewLC(TUint16 aPropertyCode, const TPropertyInfo& aInfo, const MMTPType* aForm);
   155     IMPORT_C static CMTPTypeDevicePropDesc* NewLC(TUint16 aPropertyCode, const TPropertyInfo& aInfo, const MMTPType* aForm);
   156     
   156     
   157     IMPORT_C virtual ~CMTPTypeDevicePropDesc();   
   157     IMPORT_C virtual ~CMTPTypeDevicePropDesc();