Switch to unified view

a b/src/DIF/RMT/policies/monitor/SimpleMonitor.h
1
/*
2
 * SimpleMonitor.h
3
 *
4
 *  Created on: 15. 11. 2014
5
 *      Author: cloq
6
 */
7
8
#ifndef SIMPLEMONITOR_H_
9
#define SIMPLEMONITOR_H_
10
11
#include "RMTQMonitorBase.h"
12
13
class SimpleMonitor : public RMTQMonitorBase
14
{
15
  public:
16
    virtual void run(RMTQueue* queue);
17
};
18
19
#endif /* SIMPLEMONITOR_H_ */