changeset 69 | 634f7e208f90 |
parent 55 | 2c1e559d48bf |
child 102 | 7727572da7af |
--- a/baseport/syborg/specific/assp.cpp Fri Mar 26 15:45:51 2010 +0000 +++ b/baseport/syborg/specific/assp.cpp Fri May 07 16:13:43 2010 +0100 @@ -10,6 +10,7 @@ * Nokia Corporation - initial contribution. * * Contributors: +* NTT Docomo, Inc : BUG 1296 * * Description: implementation of class Syborg * @@ -263,7 +264,7 @@ EXPORT_C TInt Syborg::MsTickPeriod() { - return 1000; + return KMsTickPeriod; } EXPORT_C TInt Syborg::SystemTimeInSecondsFrom2000(TInt& aTime)