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