Event subsystem of the taskrambler framework.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

11 lines
218 B

#ifndef __TR_EVENTLIB_H__
#define __TR_EVENTLIB_H__
#include "tr/event.h"
#include "tr/event_handler.h"
#include "tr/event_subject.h"
#include "tr/event_dispatcher.h"
#endif // __TR_EVENT_H__
// vim: set ts=4 sw=4: