X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.databoard%2Fcpp%2FDataBoardTest%2FDataBoard%2FByteValue.cpp;fp=bundles%2Forg.simantics.databoard%2Fcpp%2FDataBoardTest%2FDataBoard%2FByteValue.cpp;h=f9f246c5ab0e2826619046314d851b036fc86413;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hp=9aeea39e667180258050bdebbeade85f4075afdd;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/ByteValue.cpp b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/ByteValue.cpp index 9aeea39e6..f9f246c5a 100644 --- a/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/ByteValue.cpp +++ b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/ByteValue.cpp @@ -1,23 +1,23 @@ -#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; - } - } -} +#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; + } + } +}