This commit is contained in:
Klaus Basan
2018-08-12 02:40:07 +02:00
parent 9894ec59b8
commit 9bb3f98489
18 changed files with 45 additions and 71 deletions

View File

@@ -147,10 +147,7 @@ namespace BlackCore
out << content;
return true;
}
else
{
return false;
}
return false;
}
CIdentifier CContextApplication::registerApplication(const CIdentifier &application)