mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-27 21:42:49 +02:00
tipc: ports use objects in the object manager
This commit is contained in:
parent
0904656559
commit
ea3eb3c97e
@ -325,7 +325,7 @@ namespace ams::tipc {
|
|||||||
template<typename PortInfo, size_t PortSessions>
|
template<typename PortInfo, size_t PortSessions>
|
||||||
class PortManagerImpl final : public PortManagerBase {
|
class PortManagerImpl final : public PortManagerBase {
|
||||||
private:
|
private:
|
||||||
tipc::ObjectManager<PortSessions> m_object_manager_impl;
|
tipc::ObjectManager<1 + PortSessions> m_object_manager_impl;
|
||||||
public:
|
public:
|
||||||
PortManagerImpl() : PortManagerBase(), m_object_manager_impl() {
|
PortManagerImpl() : PortManagerBase(), m_object_manager_impl() {
|
||||||
/* ... */
|
/* ... */
|
||||||
|
Loading…
Reference in New Issue
Block a user