telephonyserverplugins/common_tsy/commontsy/src/mmtsy/cmmphonetsy.cpp
changeset 56 ab72d5c1d770
parent 44 8b72faa1200f
child 58 980b3d0c4069
child 75 f45cd1ad4667
--- a/telephonyserverplugins/common_tsy/commontsy/src/mmtsy/cmmphonetsy.cpp	Wed Jul 21 17:41:03 2010 +0100
+++ b/telephonyserverplugins/common_tsy/commontsy/src/mmtsy/cmmphonetsy.cpp	Thu Jul 29 12:12:57 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).