mtpdataproviders/mtpimagedp/src/cmtpimagedpobjectpropertymgr.cpp
changeset 38 48c22c726cf9
parent 33 883e91c086aa
child 44 a5deb6b96675
equal deleted inserted replaced
33:883e91c086aa 38:48c22c726cf9
    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.