clock2/clockengines/clocknitzplugin/src/clocknitzplugin.cpp
branchRCL_3
changeset 86 ed599363c2d7
parent 0 f979ecb2b13e
equal deleted inserted replaced
78:356f28cd5ca0 86:ed599363c2d7
   134 	
   134 	
   135 	return KNitzPluginId;
   135 	return KNitzPluginId;
   136 	}
   136 	}
   137 
   137 
   138 // ---------------------------------------------------------
   138 // ---------------------------------------------------------
       
   139 // CClockNitzPlugin::GetDataIfAvailable
       
   140 // rest of the details are commented in the header
       
   141 // ---------------------------------------------------------
       
   142 //	
       
   143 void CClockNitzPlugin::GetDataIfAlreadyAvailableL()
       
   144 	{
       
   145 	__PRINTS( "CClockNitzPlugin::GetDataIfAlreadyAvailableL - Entry" );
       
   146 	
       
   147 	if( iNitzPluginImpl )
       
   148 	    {
       
   149 	    // Get the Nitz data if it is available
       
   150 	    iNitzPluginImpl->GetDataIfAlreadyAvailableL();
       
   151 	    }
       
   152 	
       
   153 	__PRINTS( "CClockNitzPlugin::GetDataIfAlreadyAvailableL - Exit" );
       
   154 	
       
   155 	}
       
   156 
       
   157 // ---------------------------------------------------------
   139 // CClockNitzPlugin::NotifyNITZInfoChangeL
   158 // CClockNitzPlugin::NotifyNITZInfoChangeL
   140 // rest of the details are commented in the header
   159 // rest of the details are commented in the header
   141 // ---------------------------------------------------------
   160 // ---------------------------------------------------------
   142 //	
   161 //	
   143 void CClockNitzPlugin::NotifyNITZInfoChangeL()
   162 void CClockNitzPlugin::NotifyNITZInfoChangeL()