bsptemplate/asspandvariant/template_assp/template_assp.cpp
changeset 274 c7e97f847492
parent 0 a41df078684a
equal deleted inserted replaced
273:6a75fa55495f 274:c7e97f847492
   170 //
   170 //
   171 // Return the physical address of the video RAM
   171 // Return the physical address of the video RAM
   172 //
   172 //
   173 	{
   173 	{
   174 	return TemplateAssp::VideoRamPhys;
   174 	return TemplateAssp::VideoRamPhys;
       
   175 	}	
       
   176 	
       
   177 EXPORT_C TInt RtClockTemplate::SetSystemTimeCalibration(TInt aCalibration)
       
   178 	{
       
   179 	return KErrNotSupported;
   175 	}
   180 	}