X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.databoard%2Fcpp%2FDataBoardTest%2FDataBoard%2FByteValue.h;h=a712b537baf455dfe5785b7101183b5fe2649179;hb=ff1337ff96700fb157ec789cbef88b8f40e03798;hp=104210c5e02e2f84a6e3322c056a97f822bb613a;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/ByteValue.h b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/ByteValue.h index 104210c5e..a712b537b 100644 --- a/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/ByteValue.h +++ b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/ByteValue.h @@ -1,24 +1,24 @@ -#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; - }; - } -} +#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; + }; + } +}