X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.databoard%2Fcpp%2FDataBoardTest%2FDataBoard%2FByteValue.h;fp=bundles%2Forg.simantics.databoard%2Fcpp%2FDataBoardTest%2FDataBoard%2FByteValue.h;h=a712b537baf455dfe5785b7101183b5fe2649179;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hp=104210c5e02e2f84a6e3322c056a97f822bb613a;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;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; + }; + } +}