X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.databoard%2Fcpp%2FDataBoardTest%2FDataBoard%2FOptionalType.h;h=74bc5c884984f546c248ae93604255bbf61c9729;hb=refs%2Fchanges%2F38%2F238%2F2;hp=8d0c7e66d99ff86faa4839d1e511c0575e8713a7;hpb=969bd23cab98a79ca9101af33334000879fb60c5;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; + + }; + } +}