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