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