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