--- 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).