Kernel: replace boost::intrusive_ptr with std::shared_ptr
This commit is contained in:
@@ -159,7 +159,7 @@ protected:
|
||||
return std::make_unique<SessionData>();
|
||||
}
|
||||
|
||||
SessionData* GetSessionData(Kernel::SharedPtr<Kernel::ServerSession> server_session) {
|
||||
SessionData* GetSessionData(std::shared_ptr<Kernel::ServerSession> server_session) {
|
||||
return ServiceFrameworkBase::GetSessionData<SessionData>(server_session);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user