javaextensions/pim/agnadapter/src.s60/cpimagnapptadapter.cpp
changeset 76 4ad59aaee882
parent 21 2a9601315dfc
child 83 26b2b12093af
equal deleted inserted replaced
69:773449708c84 76:4ad59aaee882
    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