]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/FloatValue.h
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.databoard / cpp / DataBoardTest / DataBoard / FloatValue.h
index 1c5550c180521f6d2f8ceb3802b56e42df3a5dac..653093d24a40879d884c010dd47fa2d76b2fab02 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 FloatValue : public Value {\r
-               public:\r
-                       FloatValue(Databoard::Type::DataType* dataBoard);\r
-                       virtual ~FloatValue();\r
-\r
-                       void setValue(float value);\r
-                       float 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
-                       float value;\r
-               };\r
-       }\r
-}\r
+#pragma once
+
+#include "Value.h"
+
+namespace Databoard {
+       namespace Value {
+
+               class DATABOARD_API FloatValue : public Value {
+               public:
+                       FloatValue(Databoard::Type::DataType* dataBoard);
+                       virtual ~FloatValue();
+
+                       void setValue(float value);
+                       float getValue();
+
+                       virtual std::string writeOut(int indent = 0);
+                       virtual bool equals(const Value* other);
+                       virtual std::string isValid();
+
+               protected:
+
+                       float value;
+               };
+       }
+}