X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.databoard%2Fcpp%2FDataBoardTest%2FDataBoard%2FOptionalType.h;fp=bundles%2Forg.simantics.databoard%2Fcpp%2FDataBoardTest%2FDataBoard%2FOptionalType.h;h=74bc5c884984f546c248ae93604255bbf61c9729;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hp=8d0c7e66d99ff86faa4839d1e511c0575e8713a7;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/OptionalType.h b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/OptionalType.h index 8d0c7e66d..74bc5c884 100644 --- a/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/OptionalType.h +++ b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/OptionalType.h @@ -1,28 +1,28 @@ -#pragma once - -#include "DataType.h" - -namespace Databoard { - namespace Type { - - class DATABOARD_API OptionalType : public DataType { - public: - OptionalType(); - OptionalType(DataType* componentType); - - virtual ~OptionalType(); - - DataType* getComponentType(); - - void setComponentType(DataType* componentType); - - virtual std::string writeOut(int indent = 0); - - - protected: - - DataType* componentType; - - }; - } -} +#pragma once + +#include "DataType.h" + +namespace Databoard { + namespace Type { + + class DATABOARD_API OptionalType : public DataType { + public: + OptionalType(); + OptionalType(DataType* componentType); + + virtual ~OptionalType(); + + DataType* getComponentType(); + + void setComponentType(DataType* componentType); + + virtual std::string writeOut(int indent = 0); + + + protected: + + DataType* componentType; + + }; + } +}