diff -r 1ac40e087278 -r 17af172ffa5f telephonyserverplugins/common_tsy/commontsy/src/mmtsy/cmmphonetsy.cpp --- a/telephonyserverplugins/common_tsy/commontsy/src/mmtsy/cmmphonetsy.cpp Thu Jul 15 19:58:53 2010 +0300 +++ b/telephonyserverplugins/common_tsy/commontsy/src/mmtsy/cmmphonetsy.cpp Thu Aug 19 11:03:36 2010 +0300 @@ -6659,6 +6659,19 @@ } // --------------------------------------------------------------------------- +// CMmPhoneTsy::SetONStoreTsy +// ONStoreTsy can set iMmONStoreTsy pointer to NULL when it is closed +// (other items were commented in a header). +// --------------------------------------------------------------------------- +// +void CMmPhoneTsy::SetONStoreTsy( + CMmONStoreTsy* aMmONStoreTsy + ) + { + iMmONStoreTsy = aMmONStoreTsy; + } + +// --------------------------------------------------------------------------- // CMmPhoneTsy::GetONStoreTsy // Returns pointer to CMmONStoreTsy // (other items were commented in a header). @@ -6702,7 +6715,6 @@ return iMmSecurityTsy; } - // --------------------------------------------------------------------------- // CMmPhoneTsy::IsRequestPossibleInOffLine // Checks wether a ETel request can be performed or not while offline mode is