photosgallery/collectionframework/thumbnailcreator/src/glxtnfileutility.cpp
branchRCL_3
changeset 13 bcb43dc84c44
parent 0 4e91876724a2
equal deleted inserted replaced
12:ce1c7ad1f18b 13:bcb43dc84c44
    73     TRACER("CGlxtnFileUtility::NewL()");
    73     TRACER("CGlxtnFileUtility::NewL()");
    74     CGlxtnFileUtility* self = new (ELeave) CGlxtnFileUtility;
    74     CGlxtnFileUtility* self = new (ELeave) CGlxtnFileUtility;
    75 
    75 
    76     CleanupStack::PushL(self);
    76     CleanupStack::PushL(self);
    77     self->ConstructL();
    77     self->ConstructL();
    78     CleanupStack::Pop();
    78     CleanupStack::Pop( self );
    79 
    79 
    80     return self;
    80     return self;
    81     }
    81     }
    82 
    82 
    83 // -----------------------------------------------------------------------------
    83 // -----------------------------------------------------------------------------