X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.databoard%2Fcpp%2FDataBoardTest%2FDataBoard%2FLongType.h;fp=bundles%2Forg.simantics.databoard%2Fcpp%2FDataBoardTest%2FDataBoard%2FLongType.h;h=d9324262a50f740339d936eca42b31ddeea2d4ca;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hp=c8e4a59d9790d1e67ac3485e3f42c855901d02df;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/LongType.h b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/LongType.h index c8e4a59d9..d9324262a 100644 --- a/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/LongType.h +++ b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/LongType.h @@ -1,30 +1,30 @@ -#pragma once - -#include "NumberType.h" - -#include - -#include - -namespace Databoard { - class Range; - - namespace Type { - - class DATABOARD_API LongType : public NumberType { - public: - LongType(); - LongType(std::string unit); - LongType(std::string unit, Range* range); - - virtual ~LongType(); - - long minValue(); - long maxValue(); - - virtual std::string writeOut(int indent = 0); - - protected: - }; - } -} +#pragma once + +#include "NumberType.h" + +#include + +#include + +namespace Databoard { + class Range; + + namespace Type { + + class DATABOARD_API LongType : public NumberType { + public: + LongType(); + LongType(std::string unit); + LongType(std::string unit, Range* range); + + virtual ~LongType(); + + long minValue(); + long maxValue(); + + virtual std::string writeOut(int indent = 0); + + protected: + }; + } +}