X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.databoard%2Fcpp%2FDataBoardTest%2FDataBoard%2FRange.h;fp=bundles%2Forg.simantics.databoard%2Fcpp%2FDataBoardTest%2FDataBoard%2FRange.h;h=3541b419052fd95cb7563e8fc4c2f72afb2037d6;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hp=18d5d36cf29d250c14710d798b8390a65879e48f;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/Range.h b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/Range.h index 18d5d36cf..3541b4190 100644 --- a/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/Range.h +++ b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/Range.h @@ -1,27 +1,27 @@ -#pragma once - -#include - -namespace Databoard { - - class Limit; - - class Range { - public: - Range(); - virtual ~Range(); - - Limit* getLower(); - Limit* getUpper(); - - void setLower(std::string value); - void setUpper(std::string value); - - std::string writeOut(); - - protected: - - Limit* lower; - Limit* upper; - }; -} +#pragma once + +#include + +namespace Databoard { + + class Limit; + + class Range { + public: + Range(); + virtual ~Range(); + + Limit* getLower(); + Limit* getUpper(); + + void setLower(std::string value); + void setUpper(std::string value); + + std::string writeOut(); + + protected: + + Limit* lower; + Limit* upper; + }; +}