telephonyserverplugins/common_tsy/commontsy/src/mmtsy/cmmphonetsy.cpp
changeset 59 ac20d6a0a19d
parent 58 980b3d0c4069
child 69 b982c3e940f3
--- 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).