Commit Graph

8 Commits

Author SHA1 Message Date
David Marcec
79d3492cee Changed logging to be "Log before execution", Added more error logging, all services should now log on some level 2018-11-26 17:06:13 +11:00
David Marcec
54d25c2a8a Used better names for mm:u and fixed bad stub
InitializeWithId needs to return an id which is a u32 which should be a non zero value
2018-10-19 01:09:34 +11:00
Lioncash
b5c61d7943 mm_u: Forward all old variants of functions to the new ones
Ensures both variants go through the same interface, and while we're at
it, add Finalize to provide the inverse of Initialize for consistency.
2018-08-13 18:59:10 -04:00
Lioncash
c214821ac2 mm_u: Move implementation class into the cpp file
Now if changes are ever made to the behavior of the class, it doesn't
involve rebuilding everything that includes the mm_u header.
2018-08-13 18:59:07 -04:00
James Rowe
847a518200 Rename logging macro back to LOG_* 2018-07-02 21:45:47 -04:00
mailwl
324a2bc518 Remove unused header files 2018-06-06 09:10:48 +03:00
mailwl
60dbaf6dea Small fixes 2018-06-05 15:34:01 +03:00
mailwl
84ed9c5251 Service/MM: add service and stub some functions 2018-06-05 12:19:29 +03:00