equal
deleted
inserted
replaced
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 // ----------------------------------------------------------------------------- |