X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.databoard%2Fcpp%2FDataBoardTest%2FDataBoard%2FDataType.cpp;h=a340ef9c9e247c660359a9e78c28001bf3021668;hp=0798fcf2635954bca92ad6e17304d4edd83eec21;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hpb=969bd23cab98a79ca9101af33334000879fb60c5 diff --git a/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/DataType.cpp b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/DataType.cpp index 0798fcf26..a340ef9c9 100644 --- a/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/DataType.cpp +++ b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/DataType.cpp @@ -1,34 +1,34 @@ -#include "DataType.h" - -namespace Databoard { - namespace Type { - - DataType::DataType() - { - notBuiltIn = false; - } - - DataType::~DataType() - { - } - - std::string DataType::writeOut(int indent) - { - std::string s; - - s.append(2 * indent, ' '); - - return s; - } - - void DataType::setNotBuiltIn() - { - notBuiltIn = true; - } - - bool DataType::getNotBuiltIn() - { - return notBuiltIn; - } - } -} +#include "DataType.h" + +namespace Databoard { + namespace Type { + + DataType::DataType() + { + notBuiltIn = false; + } + + DataType::~DataType() + { + } + + std::string DataType::writeOut(int indent) + { + std::string s; + + s.append(2 * indent, ' '); + + return s; + } + + void DataType::setNotBuiltIn() + { + notBuiltIn = true; + } + + bool DataType::getNotBuiltIn() + { + return notBuiltIn; + } + } +}