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