Subversion Repositories public iLand

Rev

Rev 889 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#ifndef SCHEDULER_H
#define SCHEDULER_H



namespace AMIE {
class FMStand; // forward
class ActivityFlags; // forward
class Scheduler
{
public:
    Scheduler();
    void addTicket(FMStand *stand, ActivityFlags *flags);
};



} // namespace
#endif // SCHEDULER_H