X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bundles%2Forg.simantics.databoard%2Fcpp%2FDataBoardTest%2FDataBoard%2FDataType.cpp;h=a340ef9c9e247c660359a9e78c28001bf3021668;hb=refs%2Fchanges%2F38%2F238%2F2;hp=0798fcf2635954bca92ad6e17304d4edd83eec21;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;p=simantics%2Fplatform.git 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; + } + } +}