mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 06:07:52 +00:00
- refactored how service functions are called
- added option to create/delete service handles
This commit is contained in:
parent
15dacc4d3f
commit
cd0664eb77
5 changed files with 39 additions and 19 deletions
|
@ -32,10 +32,6 @@ public:
|
|||
std::string GetPortName() const {
|
||||
return "APT:U";
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(Interface);
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue