Merge pull request #1435 from mailwl/frd_u

frd:u: Initial stub some functions
This commit is contained in:
bunnei 2016-04-05 23:04:35 -04:00
commit dccadce074
6 changed files with 236 additions and 55 deletions

View file

@ -71,9 +71,8 @@ ResultVal<bool> Interface::SyncRequest() {
// TODO(bunnei): Hack - ignore error
cmd_buff[1] = 0;
return MakeResult<bool>(false);
} else {
LOG_TRACE(Service, "%s", MakeFunctionString(itr->second.name, GetPortName().c_str(), cmd_buff).c_str());
}
LOG_TRACE(Service, "%s", MakeFunctionString(itr->second.name, GetPortName().c_str(), cmd_buff).c_str());
itr->second.func(this);