clock2/clockengines/clocknitzplugin/src/clocknitzpluginimpl.cpp
branchRCL_3
changeset 86 ed599363c2d7
parent 0 f979ecb2b13e
--- 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
 // ---------------------------------------------------------