service: added a error log messages for unimplemented WaitSynchronization

pull/8/head
bunnei 11 years ago
parent c330a0a1d6
commit 870c6146e7

@ -115,6 +115,7 @@ public:
*/
Result WaitSynchronization(bool* wait) {
// TODO(bunnei): ImplementMe
ERROR_LOG(OSHLE, "unimplemented function");
return 0;
}

Loading…
Cancel
Save