summaryrefslogtreecommitdiffstats
path: root/Master/Real-Time Systems/Praktikum1/Aufgabe3/src/Global.h
diff options
context:
space:
mode:
Diffstat (limited to 'Master/Real-Time Systems/Praktikum1/Aufgabe3/src/Global.h')
-rw-r--r--Master/Real-Time Systems/Praktikum1/Aufgabe3/src/Global.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/Real-Time Systems/Praktikum1/Aufgabe3/src/Global.h b/Master/Real-Time Systems/Praktikum1/Aufgabe3/src/Global.h
new file mode 100644
index 0000000..b2a91ef
--- /dev/null
+++ b/Master/Real-Time Systems/Praktikum1/Aufgabe3/src/Global.h
@@ -0,0 +1,13 @@
+/*
+ * Global.h
+ *
+ * Created on: 31.10.2010
+ * Author: sven
+ */
+
+#ifndef GLOBAL_H_
+#define GLOBAL_H_
+
+using namespace std;
+
+#endif /* GLOBAL_H_ */