aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-03-06 00:25:25 +0100
committerRenaud G <renaud@rolisteam.org>2015-03-06 00:25:25 +0100
commit7d0c1d999344ea625670bf3d90d7c900cadb4854 (patch)
treef48b806051e125bf984fbdf07d5a8a436c3b0452 /node
parent606001e99593372d0a71c566a5efdefd48175305 (diff)
downloadOneRoll-7d0c1d999344ea625670bf3d90d7c900cadb4854.tar.gz
OneRoll-7d0c1d999344ea625670bf3d90d7c900cadb4854.zip
Reorganize files.
Creation of subdir result.
Diffstat (limited to 'node')
-rw-r--r--node/listsetrollnode.cpp5
-rw-r--r--node/listsetrollnode.h10
2 files changed, 15 insertions, 0 deletions
diff --git a/node/listsetrollnode.cpp b/node/listsetrollnode.cpp
new file mode 100644
index 0000000..e89e139
--- /dev/null
+++ b/node/listsetrollnode.cpp
@@ -0,0 +1,5 @@
+#include "listsetrollnode.h"
+
+ListSetRollNode::ListSetRollNode()
+{
+}
diff --git a/node/listsetrollnode.h b/node/listsetrollnode.h
new file mode 100644
index 0000000..006557b
--- /dev/null
+++ b/node/listsetrollnode.h
@@ -0,0 +1,10 @@
+#ifndef LISTSETROLLNODE_H
+#define LISTSETROLLNODE_H
+
+class ListSetRollNode : public ExecutionNode
+{
+public:
+ ListSetRollNode();
+};
+
+#endif // LISTSETROLLNODE_H