service: added a error log messages for unimplemented WaitSynchronization

This commit is contained in:
bunnei 2014-06-04 18:50:50 -04:00
parent c330a0a1d6
commit 870c6146e7

View File

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