baseport/syborg/specific/assp.cpp
changeset 55 2c1e559d48bf
parent 2 d55eb581a87c
child 103 7727572da7af
equal deleted inserted replaced
15:cc51249fbd9c 55:2c1e559d48bf
     8 *
     8 *
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
       
    13 * NTT Docomo, Inc : BUG 1296
    13 *
    14 *
    14 * Description: implementation of class Syborg
    15 * Description: implementation of class Syborg
    15 *
    16 *
    16 */
    17 */
    17 
    18 
   261     }
   262     }
   262 }
   263 }
   263 
   264 
   264 EXPORT_C TInt Syborg::MsTickPeriod()
   265 EXPORT_C TInt Syborg::MsTickPeriod()
   265 {
   266 {
   266 	return 1000;
   267 	return KMsTickPeriod;
   267 }
   268 }
   268 
   269 
   269 EXPORT_C TInt Syborg::SystemTimeInSecondsFrom2000(TInt& aTime)
   270 EXPORT_C TInt Syborg::SystemTimeInSecondsFrom2000(TInt& aTime)
   270 {
   271 {
   271 	__KTRACE_OPT(KHARDWARE,Kern::Printf("RTC READ: %d",aTime));
   272 	__KTRACE_OPT(KHARDWARE,Kern::Printf("RTC READ: %d",aTime));