Toggle navigation
Sign in
taskrambler
/
libtrevent
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Forks
Snippets
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
b478943edfc27d89d0cac9f329e80c17bbce5245
Authored by
Georg Hopp
2014-08-05 00:48:23 +0100
1 parent
1cdd4af9
added accidently omitted stuff
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
.gitignore
include/trevent.h
.gitignore
View file @
b478943
@@ -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
include/trevent.h
0 → 100644
View file @
b478943
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