]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/UnionValue.h
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.databoard / cpp / DataBoardTest / DataBoard / UnionValue.h
index 58bb965c9d9f05f5ae901a8b0d6e125e4af59f93..27d96ac57291db8996d2c54c0201f3d9c61a2660 100644 (file)
@@ -1,30 +1,30 @@
-#pragma once\r
-\r
-#include "Value.h"\r
-\r
-#include <string>\r
-\r
-namespace Databoard {\r
-       namespace Value {\r
-\r
-               class DATABOARD_API UnionValue : public Value {\r
-               public:\r
-                       UnionValue(Databoard::Type::DataType* dataBoard);\r
-                       virtual ~UnionValue();\r
-\r
-                       virtual std::string writeOut(int indent = 0);\r
-                       virtual bool equals(const Value* other);\r
-                       virtual std::string isValid();\r
-\r
-                       int getTag();\r
-                       Value* getValue();\r
-                       void setValue(int tag, Value* value);\r
-\r
-               protected:\r
-\r
-                       int tag;\r
-                       Value* value;\r
-\r
-               };\r
-       }\r
-}\r
+#pragma once
+
+#include "Value.h"
+
+#include <string>
+
+namespace Databoard {
+       namespace Value {
+
+               class DATABOARD_API UnionValue : public Value {
+               public:
+                       UnionValue(Databoard::Type::DataType* dataBoard);
+                       virtual ~UnionValue();
+
+                       virtual std::string writeOut(int indent = 0);
+                       virtual bool equals(const Value* other);
+                       virtual std::string isValid();
+
+                       int getTag();
+                       Value* getValue();
+                       void setValue(int tag, Value* value);
+
+               protected:
+
+                       int tag;
+                       Value* value;
+
+               };
+       }
+}