Commit 5b9c8065 authored by Stefan Spettel's avatar Stefan Spettel

fix(smf): Added missing return statement in Tai.cpp

Signed-off-by: default avatarStefan Spettel <stefan.spettel@eurecom.fr>
parent 1fbe46ac
......@@ -34,6 +34,7 @@ bool Tai::validate(std::stringstream& msg) const {
bool Tai::validate(
std::stringstream& msg, const std::string& pathPrefix) const {
// TODO implement validation
return true;
}
bool Tai::operator==(const Tai& rhs) const {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment