X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.databoard%2Fcpp%2FDataBoardTest%2FDataBoard%2FIntegerValue.h;fp=bundles%2Forg.simantics.databoard%2Fcpp%2FDataBoardTest%2FDataBoard%2FIntegerValue.h;h=fe8eb8753afdaa6f12dbd25bd96763506ef450b9;hp=76628485613f4046c09398969ff1eef36b3bcfce;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/IntegerValue.h b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/IntegerValue.h index 766284856..fe8eb8753 100644 --- a/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/IntegerValue.h +++ b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/IntegerValue.h @@ -1,26 +1,26 @@ -#pragma once - -#include "Value.h" - -namespace Databoard { - namespace Value { - - class DATABOARD_API IntegerValue : public Value { - public: - IntegerValue(Databoard::Type::DataType* dataBoard); - virtual ~IntegerValue(); - - void setValue(int value); - int getValue(); - - virtual std::string writeOut(int indent = 0); - virtual bool equals(const Value* other); - - virtual std::string isValid(); - - protected: - - int value; - }; - } -} +#pragma once + +#include "Value.h" + +namespace Databoard { + namespace Value { + + class DATABOARD_API IntegerValue : public Value { + public: + IntegerValue(Databoard::Type::DataType* dataBoard); + virtual ~IntegerValue(); + + void setValue(int value); + int getValue(); + + virtual std::string writeOut(int indent = 0); + virtual bool equals(const Value* other); + + virtual std::string isValid(); + + protected: + + int value; + }; + } +}