mtpdataproviders/mtpimagedp/src/cmtpimagedpobjectpropertymgr.cpp
changeset 37 d9d8313203af
parent 29 3ae5cb0b4c02
child 41 2c19c7cf5550
equal deleted inserted replaced
35:c4c427c00f31 37:d9d8313203af
    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.