GSP_GPU: move used_thread_ids into the class
This commit is contained in:
parent
bb776e25a9
commit
8251de44cf
4 changed files with 31 additions and 12 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue