]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/IntegerValue.h
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.databoard / cpp / DataBoardTest / DataBoard / IntegerValue.h
index 76628485613f4046c09398969ff1eef36b3bcfce..fe8eb8753afdaa6f12dbd25bd96763506ef450b9 100644 (file)
@@ -1,26 +1,26 @@
-#pragma once\r
-\r
-#include "Value.h"\r
-\r
-namespace Databoard {\r
-       namespace Value {\r
-\r
-               class DATABOARD_API IntegerValue : public Value {\r
-               public:\r
-                       IntegerValue(Databoard::Type::DataType* dataBoard);\r
-                       virtual ~IntegerValue();\r
-\r
-                       void setValue(int value);\r
-                       int getValue();\r
-\r
-                       virtual std::string writeOut(int indent = 0);\r
-                       virtual bool equals(const Value* other);\r
-\r
-                       virtual std::string isValid();\r
-\r
-               protected:\r
-\r
-                       int value;\r
-               };\r
-       }\r
-}\r
+#pragma once
+
+#include "Value.h"
+
+namespace Databoard {
+       namespace Value {
+
+               class DATABOARD_API IntegerValue : public Value {
+               public:
+                       IntegerValue(Databoard::Type::DataType* dataBoard);
+                       virtual ~IntegerValue();
+
+                       void setValue(int value);
+                       int getValue();
+
+                       virtual std::string writeOut(int indent = 0);
+                       virtual bool equals(const Value* other);
+
+                       virtual std::string isValid();
+
+               protected:
+
+                       int value;
+               };
+       }
+}