clock2/clockengines/clocknitzplugin/src/clocknitzplugin.cpp
branchRCL_3
changeset 86 ed599363c2d7
parent 0 f979ecb2b13e
--- a/clock2/clockengines/clocknitzplugin/src/clocknitzplugin.cpp	Wed Sep 15 12:11:35 2010 +0300
+++ b/clock2/clockengines/clocknitzplugin/src/clocknitzplugin.cpp	Wed Oct 13 14:30:35 2010 +0300
@@ -136,6 +136,25 @@
 	}
 
 // ---------------------------------------------------------
+// CClockNitzPlugin::GetDataIfAvailable
+// rest of the details are commented in the header
+// ---------------------------------------------------------
+//	
+void CClockNitzPlugin::GetDataIfAlreadyAvailableL()
+	{
+	__PRINTS( "CClockNitzPlugin::GetDataIfAlreadyAvailableL - Entry" );
+	
+	if( iNitzPluginImpl )
+	    {
+	    // Get the Nitz data if it is available
+	    iNitzPluginImpl->GetDataIfAlreadyAvailableL();
+	    }
+	
+	__PRINTS( "CClockNitzPlugin::GetDataIfAlreadyAvailableL - Exit" );
+	
+	}
+
+// ---------------------------------------------------------
 // CClockNitzPlugin::NotifyNITZInfoChangeL
 // rest of the details are commented in the header
 // ---------------------------------------------------------