connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/connectingviadiscreetpopupnotif.cpp
branchRCL_3
changeset 8 2e6c4614c58e
parent 0 5a93021fdf25
child 36 04408506c6e0
equal deleted inserted replaced
4:77415202bfc8 8:2e6c4614c58e
    58     iActiveNote = CConnectingViaDiscreetPopup::NewL(this);
    58     iActiveNote = CConnectingViaDiscreetPopup::NewL(this);
    59 
    59 
    60     TPckgBuf<TConnUiConnectingViaDiscreetPopup> data;
    60     TPckgBuf<TConnUiConnectingViaDiscreetPopup> data;
    61     data.Copy(aBuffer);
    61     data.Copy(aBuffer);
    62 
    62 
    63     iActiveNote->StartL( data().iIapId, data().iConnectionAlreadyActive );
    63     iActiveNote->StartL( data().iIapId );
    64     iCancelled = EFalse;
    64     iCancelled = EFalse;
    65     }
    65     }
    66 
    66 
    67 // ---------------------------------------------------------
    67 // ---------------------------------------------------------
    68 // void CConnectingViaDiscreetPopupNotif::CompleteL( TInt aStatus )
    68 // void CConnectingViaDiscreetPopupNotif::CompleteL( TInt aStatus )