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