diff -r 980b3d0c4069 -r ac20d6a0a19d telephonyserverplugins/common_tsy/commontsy/src/mmtsy/cmmphonetsy.cpp --- a/telephonyserverplugins/common_tsy/commontsy/src/mmtsy/cmmphonetsy.cpp Mon Aug 09 17:35:42 2010 +0100 +++ b/telephonyserverplugins/common_tsy/commontsy/src/mmtsy/cmmphonetsy.cpp Mon Aug 09 17:43:08 2010 +0100 @@ -6713,6 +6713,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).