X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.databoard%2Fcpp%2FDataBoardTest%2FDataBoard%2FDataType.h;h=e6ea0b2e7d570aed144b24f8a855a701ba0d4e17;hb=refs%2Fchanges%2F38%2F238%2F2;hp=1c4eedb1865f959f1c584bfebea03fa987216fef;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/DataType.h b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/DataType.h index 1c4eedb18..e6ea0b2e7 100644 --- a/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/DataType.h +++ b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/DataType.h @@ -1,27 +1,27 @@ -#pragma once - -#include "DataBoardAPI.h" - -#include - -namespace Databoard { - namespace Type { - - class DATABOARD_API DataType { - public: - DataType(); - virtual ~DataType() = 0; - - - virtual std::string writeOut(int indent = 0); - - virtual void setNotBuiltIn(); - virtual bool getNotBuiltIn(); - - protected: - - bool notBuiltIn; - }; - - } -} +#pragma once + +#include "DataBoardAPI.h" + +#include + +namespace Databoard { + namespace Type { + + class DATABOARD_API DataType { + public: + DataType(); + virtual ~DataType() = 0; + + + virtual std::string writeOut(int indent = 0); + + virtual void setNotBuiltIn(); + virtual bool getNotBuiltIn(); + + protected: + + bool notBuiltIn; + }; + + } +}