diff -r 6a75fa55495f -r c7e97f847492 bsptemplate/asspandvariant/template_assp/template_assp_priv.h --- a/bsptemplate/asspandvariant/template_assp/template_assp_priv.h Mon Sep 27 10:52:00 2010 +0100 +++ b/bsptemplate/asspandvariant/template_assp/template_assp_priv.h Tue Sep 28 15:14:12 2010 +0100 @@ -151,5 +151,11 @@ static TPhysAddr VideoRamPhys; NTimerQ* iTimerQ; }; + +class RtClockTemplate : public RtClock + { + public: + IMPORT_C TInt SetSystemTimeCalibration(TInt aCalibration); + }; #endif