Skip to content
Snippets Groups Projects
TimeBasedSchedulingService.cpp 188 B
Newer Older
  • Learn to ignore specific revisions
  • Xhulio Luli's avatar
    Xhulio Luli committed
    #include "ECSS_Configuration.hpp"
    #ifdef SERVICE_TIMESCHEDULING
    
    #include "Services/TimeBasedSchedulingService.hpp"
    
    void TimeBasedSchedulingService::notifyNewActivityAddition() {}
    
    #endif