--- a/clock2/clockengines/clocknitzplugin/src/clocknitzpluginimpl.cpp Wed Sep 15 12:11:35 2010 +0300
+++ b/clock2/clockengines/clocknitzplugin/src/clocknitzpluginimpl.cpp Wed Oct 13 14:30:35 2010 +0300
@@ -246,6 +246,24 @@
}
// ---------------------------------------------------------
+// CClockNitzPluginImpl::GetDataIfAlreadyAvailable
+// rest of the details are commented in the header
+// ---------------------------------------------------------
+//
+void CClockNitzPluginImpl::GetDataIfAlreadyAvailableL()
+ {
+ __PRINTS( "CClockNitzPluginImpl::GetDataIfAlreadyAvailableL - Entry" );
+
+ // Fetch the Nitz information if it is already available
+ if( iNitzSrv )
+ {
+ iNitzSrv->FetchDataIfAlreadyAvailableL();
+ }
+
+ __PRINTS( "CClockNitzPluginImpl::GetDataIfAlreadyAvailableL - Exit" );
+ }
+
+// ---------------------------------------------------------
// CClockNitzPluginImpl::NotifyNITZInfoChange
// rest of the details are commented in the header
// ---------------------------------------------------------