]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/ByteValue.cpp
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.databoard / cpp / DataBoardTest / DataBoard / ByteValue.cpp
index 9aeea39e667180258050bdebbeade85f4075afdd..f9f246c5ab0e2826619046314d851b036fc86413 100644 (file)
@@ -1,23 +1,23 @@
-#include "ByteValue.h"\r
-\r
-namespace Databoard {\r
-       namespace Value {\r
-               ByteValue::ByteValue(Databoard::Type::DataType* dataBoard) : Value(dataBoard)\r
-               {\r
-               }\r
-\r
-               ByteValue::~ByteValue()\r
-               {\r
-               }\r
-\r
-               void ByteValue::setValue(char value)\r
-               {\r
-                       this->value = value;\r
-               }\r
-\r
-               char ByteValue::getValue()\r
-               {\r
-                       return value;\r
-               }\r
-       }\r
-}\r
+#include "ByteValue.h"
+
+namespace Databoard {
+       namespace Value {
+               ByteValue::ByteValue(Databoard::Type::DataType* dataBoard) : Value(dataBoard)
+               {
+               }
+
+               ByteValue::~ByteValue()
+               {
+               }
+
+               void ByteValue::setValue(char value)
+               {
+                       this->value = value;
+               }
+
+               char ByteValue::getValue()
+               {
+                       return value;
+               }
+       }
+}