equal
deleted
inserted
replaced
28 // ----------------------------------------------------------------------------- |
28 // ----------------------------------------------------------------------------- |
29 CNSmlAgendaProgressview* CNSmlAgendaProgressview::NewL() |
29 CNSmlAgendaProgressview* CNSmlAgendaProgressview::NewL() |
30 { |
30 { |
31 _DBG_FILE("CNSmlAgendaProgressview::NewL(): BEGIN"); |
31 _DBG_FILE("CNSmlAgendaProgressview::NewL(): BEGIN"); |
32 CNSmlAgendaProgressview* self = new (ELeave) CNSmlAgendaProgressview(); |
32 CNSmlAgendaProgressview* self = new (ELeave) CNSmlAgendaProgressview(); |
|
33 CleanupStack::PushL(self); |
33 self->ConstructL(); |
34 self->ConstructL(); |
|
35 CleanupStack::Pop(self); |
34 _DBG_FILE("CNSmlAgendaProgressview::NewL(): END"); |
36 _DBG_FILE("CNSmlAgendaProgressview::NewL(): END"); |
35 return self; |
37 return self; |
36 } |
38 } |
37 |
39 |
38 // ----------------------------------------------------------------------------- |
40 // ----------------------------------------------------------------------------- |