javaextensions/pim/agnadapter/src.s60/cpimagnapptadapter.cpp
branchRCL_3
changeset 77 7cee158cb8cd
parent 19 04becd199f91
child 83 26b2b12093af
equal deleted inserted replaced
71:d5e927d5853b 77:7cee158cb8cd
    44 {
    44 {
    45     JELOG2(EPim);
    45     JELOG2(EPim);
    46     CPIMAgnApptAdapter* self = new(ELeave) CPIMAgnApptAdapter(aFuncServer);
    46     CPIMAgnApptAdapter* self = new(ELeave) CPIMAgnApptAdapter(aFuncServer);
    47     CleanupStack::PushL(self);
    47     CleanupStack::PushL(self);
    48     CallMethodL(self, &CPIMAgnApptAdapter::ConstructL, self->iFuncServer);
    48     CallMethodL(self, &CPIMAgnApptAdapter::ConstructL, self->iFuncServer);
       
    49 
    49     CleanupStack::Pop(self);
    50     CleanupStack::Pop(self);
    50     return self;
    51     return self;
    51 }
    52 }
    52 
    53 
    53 // destructor
    54 // destructor