mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-23 11:16:57 -04:00
tipc: implement service object interface generation
This commit is contained in:
parent
ec988c5a99
commit
315b7bdf22
4 changed files with 207 additions and 26 deletions
|
@ -24,7 +24,8 @@ namespace ams::tipc {
|
|||
|
||||
template<typename Impl>
|
||||
class EmplacedImplHolderBaseGetter {
|
||||
using Type = Impl;
|
||||
public:
|
||||
using Type = Impl;
|
||||
};
|
||||
|
||||
template<typename Impl>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue