X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.databoard%2Fcpp%2FDataBoardTest%2FDataBoard%2FComponent.h;fp=bundles%2Forg.simantics.databoard%2Fcpp%2FDataBoardTest%2FDataBoard%2FComponent.h;h=521d1381c3e248f3fdbe8c6d7f3b94b1efa27b23;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hp=44e1ac5fa55e48801b0a6522ead29ba712279076;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/Component.h b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/Component.h index 44e1ac5fa..521d1381c 100644 --- a/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/Component.h +++ b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/Component.h @@ -1,28 +1,28 @@ -#pragma once - -#include "DataBoardAPI.h" - -#include - -namespace Databoard { - namespace Type { - - class DataType; - - class DATABOARD_API Component { - public: - Component(std::string name, DataType* type); - virtual ~Component(); - - std::string getName(); - DataType* getDataBoard(); - - protected: - - std::string name; - DataType* type; - - bool usingBuiltInType; - }; - } -} +#pragma once + +#include "DataBoardAPI.h" + +#include + +namespace Databoard { + namespace Type { + + class DataType; + + class DATABOARD_API Component { + public: + Component(std::string name, DataType* type); + virtual ~Component(); + + std::string getName(); + DataType* getDataBoard(); + + protected: + + std::string name; + DataType* type; + + bool usingBuiltInType; + }; + } +}