21 #ifndef DUMMYSCHEDULER_H 22 #define DUMMYSCHEDULER_H 24 #include "scheduler.h" 34 class DummyScheduler : public Scheduler 37 DummyScheduler(Calendar *); 38 virtual ~DummyScheduler(); 40 bool publish (IncidenceBase *incidence, const TQString &recipients); 41 bool performTransaction(IncidenceBase *incidence,Method method); 42 bool performTransaction(IncidenceBase *incidence,Method method, const TQString &recipients); 43 TQPtrList<ScheduleMessage> retrieveTransactions(); 45 virtual TQString freeBusyDir(); 48 bool saveMessage( const TQString &); Namespace KCal is for global classes, objects and/or functions in libkcal.
|