- updated service(s) to be KernelObject's

- various cleanups
This commit is contained in:
bunnei 2014-05-18 21:43:29 -04:00
parent 725d240bf7
commit eab6fd01d7
7 changed files with 31 additions and 59 deletions

View file

@ -29,7 +29,7 @@ public:
* Gets the string port name used by CTROS for the service
* @return Port name of service
*/
std::string GetPortName() const {
const char *GetPortName() const {
return "APT:U";
}
};