diff -r cc51249fbd9c -r 2c1e559d48bf baseport/syborg/specific/assp.cpp --- a/baseport/syborg/specific/assp.cpp Fri Nov 13 15:54:25 2009 +0000 +++ b/baseport/syborg/specific/assp.cpp Tue Apr 06 16:31:41 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)