diff -r 356f28cd5ca0 -r ed599363c2d7 clock2/clockengines/clocknitzplugin/src/clocknitzplugin.cpp --- 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 // ---------------------------------------------------------