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