frd:u: Initial stub some functions
This commit is contained in:
parent
e366f60cff
commit
81d988b022
6 changed files with 236 additions and 55 deletions
|
@ -70,9 +70,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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue