]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/BooleanType.cpp
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.databoard / cpp / DataBoardTest / DataBoard / BooleanType.cpp
diff --git a/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/BooleanType.cpp b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/BooleanType.cpp
new file mode 100644 (file)
index 0000000..e8011bb
--- /dev/null
@@ -0,0 +1,24 @@
+#include "BooleanType.h"\r
+\r
+namespace Databoard {\r
+       namespace Type {\r
+\r
+               BooleanType::BooleanType()\r
+               {\r
+               }\r
+\r
+               BooleanType::~BooleanType()\r
+               {\r
+               }\r
+\r
+\r
+               std::string BooleanType::writeOut(int /*indent*/)\r
+               {\r
+                       std::string s;\r
+\r
+                       s.append("Boolean");\r
+\r
+                       return s;\r
+               }\r
+       }\r
+}\r