diff -r c44f9bb56771 -r bb6ed1806599 radioapp/radioenginewrapper/tsrc/inc/t_schedulerstartandstoptimer.h --- a/radioapp/radioenginewrapper/tsrc/inc/t_schedulerstartandstoptimer.h Fri Sep 17 08:29:29 2010 +0300 +++ b/radioapp/radioenginewrapper/tsrc/inc/t_schedulerstartandstoptimer.h Mon Oct 04 00:17:30 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 + }; /**