From d29b6d34b713d9241eb96cb99802ca8bc24cc3bd Mon Sep 17 00:00:00 2001 From: Renaud G Date: Tue, 1 Nov 2016 12:10:10 +0100 Subject: add String Node --- node/stringnode.cpp | 6 ++++++ node/stringnode.h | 11 +++++++++++ 2 files changed, 17 insertions(+) create mode 100644 node/stringnode.cpp create mode 100644 node/stringnode.h (limited to 'node') diff --git a/node/stringnode.cpp b/node/stringnode.cpp new file mode 100644 index 0000000..5dc99fd --- /dev/null +++ b/node/stringnode.cpp @@ -0,0 +1,6 @@ +#include "stringnode.h" + +StringNode::StringNode() +{ + +} diff --git a/node/stringnode.h b/node/stringnode.h new file mode 100644 index 0000000..6f01fe8 --- /dev/null +++ b/node/stringnode.h @@ -0,0 +1,11 @@ +#ifndef STRINGNODE_H +#define STRINGNODE_H + + +class StringNode +{ +public: + StringNode(); +}; + +#endif // STRINGNODE_H \ No newline at end of file -- cgit v1.2.3-70-g09d2