1 /* |
1 /* |
2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of the License "Eclipse Public License v1.0" |
5 * under the terms of the License "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
467 const TIsiReceiveC &aIsiMessage, |
467 const TIsiReceiveC &aIsiMessage, |
468 TUint& aSbStartOffSet, |
468 TUint& aSbStartOffSet, |
469 TUint8 origPresentInd); |
469 TUint8 origPresentInd); |
470 |
470 |
471 /** |
471 /** |
|
472 * Read all address connected (needed for COLP) |
|
473 * @param aMobileCallInfo Call info |
|
474 * @param aTargetOrig Target origin |
|
475 * @param aIsiMessage Received ISI message |
|
476 * @param aSbStartOffSet Subblock start offset |
|
477 * @return void |
|
478 */ |
|
479 void ReadAllAddressConnected( |
|
480 RMobileCall::TMobileCallInfoV1& aMobileCallInfo, |
|
481 TBuf16<RMobilePhone::KMaxMobileTelNumberSize>& aTargetOrig, |
|
482 const TIsiReceiveC &aIsiMessage, |
|
483 TUint& aSbStartOffSet); |
|
484 |
|
485 /** |
472 * Read origin call info |
486 * Read origin call info |
473 * @param aMobileCallInfo Call info |
487 * @param aMobileCallInfo Call info |
474 * @param aTargetOrigName Target origin name |
488 * @param aTargetOrigName Target origin name |
475 * @param aIsiMessage Received ISI message |
489 * @param aIsiMessage Received ISI message |
476 * @param aSbStartOffSet Subblock start offset |
490 * @param aSbStartOffSet Subblock start offset |
791 TUint8 iCallControlCallId; |
805 TUint8 iCallControlCallId; |
792 |
806 |
793 // call control result |
807 // call control result |
794 TUint8 iCcResult; |
808 TUint8 iCcResult; |
795 |
809 |
|
810 // flag telling whether resource control needs to be disabled |
|
811 TUint8 iResourceControlSuppress; |
|
812 |
796 public: // Friend classes |
813 public: // Friend classes |
797 // None |
814 // None |
798 protected: // Friend classes |
815 protected: // Friend classes |
799 // Nnone |
816 // Nnone |
800 private: // Friend classes |
817 private: // Friend classes |