diff -r 74b7c6e79031 -r bbebb0235466 radioapp/radioenginewrapper/tsrc/inc/t_schedulerstartandstoptimer.h --- a/radioapp/radioenginewrapper/tsrc/inc/t_schedulerstartandstoptimer.h Fri Sep 03 12:25:04 2010 +0300 +++ b/radioapp/radioenginewrapper/tsrc/inc/t_schedulerstartandstoptimer.h Mon Sep 20 18:04:48 2010 +0300 @@ -22,9 +22,11 @@ +// System includes #include +// System includes #include "mschedulerstartandstoptimerobserver.h" @@ -40,18 +42,19 @@ * ?good_class_usage_example(s) * @endcode * - * @lib AccServer.exe + * @lib t_radioenginewrapper.exe * @since S60 10.1 */ NONSHARABLE_CLASS( CSchedulerStopAndStartTimer ): public CTimer { public: - enum TTimerId{ - ETimerIdRunMUT = 0, - ETimerIdCreateMUT = 1, - ETimerIdDeleteMUT = 2 - }; + enum TTimerId + { + ETimerIdRunMUT = 0, + ETimerIdCreateMUT = 1, + ETimerIdDeleteMUT = 2 + }; /**