tipc: implement service object interface generation

This commit is contained in:
Michael Scire 2021-04-08 16:47:13 -07:00 committed by SciresM
parent ec988c5a99
commit 315b7bdf22
4 changed files with 207 additions and 26 deletions

View file

@ -24,7 +24,8 @@ namespace ams::tipc {
template<typename Impl>
class EmplacedImplHolderBaseGetter {
using Type = Impl;
public:
using Type = Impl;
};
template<typename Impl>