summaryrefslogtreecommitdiff
path: root/src/main/Straight.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/Straight.cc')
-rw-r--r--src/main/Straight.cc21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/main/Straight.cc b/src/main/Straight.cc
new file mode 100644
index 0000000..943d025
--- /dev/null
+++ b/src/main/Straight.cc
@@ -0,0 +1,21 @@
+/*
+ * Straight.cc
+ *
+ * Created on: Mar 22, 2011
+ * Author: jakob
+ */
+
+#include "Straight.h"
+
+namespace vhc {
+
+Straight::Straight() {
+ // TODO Auto-generated constructor stub
+
+}
+
+Straight::~Straight() {
+ // TODO Auto-generated destructor stub
+}
+
+}