GSP_GPU: move used_thread_ids into the class

This commit is contained in:
Weiyi Wang 2019-06-23 14:07:14 -04:00
parent bb776e25a9
commit 8251de44cf
4 changed files with 31 additions and 12 deletions

View file

@ -72,7 +72,7 @@ public:
protected:
/// Creates the storage for the session data of the service.
virtual std::unique_ptr<SessionDataBase> MakeSessionData() const = 0;
virtual std::unique_ptr<SessionDataBase> MakeSessionData() = 0;
/// Returns the session data associated with the server session.
template <typename T>