Commit b478943edfc27d89d0cac9f329e80c17bbce5245

Authored by Georg Hopp
1 parent 1cdd4af9

added accidently omitted stuff

@@ -39,5 +39,5 @@ gmon.out @@ -39,5 +39,5 @@ gmon.out
39 test-driver 39 test-driver
40 /assets/html/_documentation.html 40 /assets/html/_documentation.html
41 tags 41 tags
42 -trevent.h  
43 -trevent.h.in 42 +/trevent.h
  43 +/trevent.h.in
  1 +#ifndef __TR_EVENT_H__
  2 +#define __TR_EVENT_H__
  3 +
  4 +#include "tr/event.h"
  5 +#include "tr/event_handler.h"
  6 +#include "tr/event_subject.h"
  7 +#include "tr/event_dispatcher.h"
  8 +
  9 +#endif // __TR_EVENT_H__
  10 +
  11 +// vim: set ts=4 sw=4:
Please register or login to post a comment