Index: sid/component/timers/arm7t/arm7t-timer.h =================================================================== RCS file: /cvs/src/src/sid/component/timers/arm7t/arm7t-timer.h,v retrieving revision 1.4 diff -c -p -r1.4 arm7t-timer.h *** sid/component/timers/arm7t/arm7t-timer.h 2 Mar 2007 17:02:07 -0000 1.4 --- sid/component/timers/arm7t/arm7t-timer.h 2 Mar 2007 18:39:51 -0000 *************** class armTimerSched: public armTimer *** 160,165 **** --- 160,166 ---- { public: armTimerSched(); + ~armTimerSched() throw () {} private: friend class scheduler_event_subscription;