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