telephonyserverplugins/common_tsy/commontsy/src/mmtsy/cmmphonetsy.cpp
branchRCL_3
changeset 18 17af172ffa5f
parent 15 8b9e023e329f
child 19 630d2f34d719
equal deleted inserted replaced
17:1ac40e087278 18:17af172ffa5f
  6657     {
  6657     {
  6658     return iMmNetTsy;
  6658     return iMmNetTsy;
  6659     }
  6659     }
  6660 
  6660 
  6661 // ---------------------------------------------------------------------------
  6661 // ---------------------------------------------------------------------------
       
  6662 // CMmPhoneTsy::SetONStoreTsy
       
  6663 // ONStoreTsy can set iMmONStoreTsy pointer to NULL when it is closed
       
  6664 // (other items were commented in a header).
       
  6665 // ---------------------------------------------------------------------------
       
  6666 //
       
  6667 void CMmPhoneTsy::SetONStoreTsy(
       
  6668         CMmONStoreTsy* aMmONStoreTsy
       
  6669         )
       
  6670     {
       
  6671     iMmONStoreTsy = aMmONStoreTsy;
       
  6672     }
       
  6673 
       
  6674 // ---------------------------------------------------------------------------
  6662 // CMmPhoneTsy::GetONStoreTsy
  6675 // CMmPhoneTsy::GetONStoreTsy
  6663 // Returns pointer to CMmONStoreTsy
  6676 // Returns pointer to CMmONStoreTsy
  6664 // (other items were commented in a header).
  6677 // (other items were commented in a header).
  6665 // ---------------------------------------------------------------------------
  6678 // ---------------------------------------------------------------------------
  6666 //
  6679 //
  6699 //
  6712 //
  6700 CMmSecurityTsy* CMmPhoneTsy::GetSecurityTsy()
  6713 CMmSecurityTsy* CMmPhoneTsy::GetSecurityTsy()
  6701     {
  6714     {
  6702     return iMmSecurityTsy;
  6715     return iMmSecurityTsy;
  6703     }
  6716     }
  6704 
       
  6705 
  6717 
  6706 // ---------------------------------------------------------------------------
  6718 // ---------------------------------------------------------------------------
  6707 // CMmPhoneTsy::IsRequestPossibleInOffLine
  6719 // CMmPhoneTsy::IsRequestPossibleInOffLine
  6708 // Checks wether a ETel request can be performed or not while offline mode is
  6720 // Checks wether a ETel request can be performed or not while offline mode is
  6709 // enabled'
  6721 // enabled'