]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/FloatType.h
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.databoard / cpp / DataBoardTest / DataBoard / FloatType.h
index d83e2892fe6eb02bba5c6339a9b1a16c3dbf0c52..b23d9a97bf3d2501d4062590373f4d4c5ab4bfd2 100644 (file)
@@ -1,28 +1,28 @@
-#pragma once\r
-\r
-#include "NumberType.h"\r
-\r
-#include <string>\r
-\r
-namespace Databoard {\r
-       class Range;\r
-\r
-       namespace Type {\r
-\r
-               class DATABOARD_API FloatType : public NumberType {\r
-               public:\r
-                       FloatType();\r
-                       FloatType(std::string unit);\r
-                       FloatType(std::string unit, Range* range);\r
-\r
-                       virtual ~FloatType();\r
-\r
-                       float minValue();\r
-                       float maxValue();\r
-\r
-                       virtual std::string writeOut(int indent = 0);\r
-\r
-               protected:\r
-               };\r
-       }\r
-}\r
+#pragma once
+
+#include "NumberType.h"
+
+#include <string>
+
+namespace Databoard {
+       class Range;
+
+       namespace Type {
+
+               class DATABOARD_API FloatType : public NumberType {
+               public:
+                       FloatType();
+                       FloatType(std::string unit);
+                       FloatType(std::string unit, Range* range);
+
+                       virtual ~FloatType();
+
+                       float minValue();
+                       float maxValue();
+
+                       virtual std::string writeOut(int indent = 0);
+
+               protected:
+               };
+       }
+}