mtpdataproviders/mtpimagedp/src/cmtpimagedpobjectpropertymgr.cpp
branchRCL_3
changeset 18 453dfc402455
parent 15 f85613f12947
child 19 0aa8cc770c8a
equal deleted inserted replaced
17:dbd1c5e08735 18:453dfc402455
    66     };
    66     };
    67 
    67 
    68 CMTPImageDpObjectPropertyMgr::CMTPImagePropertiesCache* CMTPImageDpObjectPropertyMgr::CMTPImagePropertiesCache::NewL()
    68 CMTPImageDpObjectPropertyMgr::CMTPImagePropertiesCache* CMTPImageDpObjectPropertyMgr::CMTPImagePropertiesCache::NewL()
    69     {
    69     {
    70     CMTPImagePropertiesCache* self = new(ELeave) CMTPImagePropertiesCache(KElements, ENumProperties);
    70     CMTPImagePropertiesCache* self = new(ELeave) CMTPImagePropertiesCache(KElements, ENumProperties);
       
    71     CleanupStack::PushL(self);
    71     self->ConstructL();
    72     self->ConstructL();
       
    73     CleanupStack::Pop(self);
    72     return self;
    74     return self;
    73     }
    75     }
    74 
    76 
    75 /**
    77 /**
    76 Destructor.
    78 Destructor.