renamed to SortedSets instead of Sets.

This commit is contained in:
2022-02-08 11:10:20 +08:00
parent 3b55f2f42b
commit 3c047a6803
5 changed files with 41 additions and 40 deletions

View File

@@ -2,7 +2,7 @@
#define HGL_THREAD_INCLUDE
#include<hgl/type/DataType.h>
#include<hgl/type/Sets.h>
#include<hgl/type/SortedSets.h>
#include<hgl/type/String.h>
#include<hgl/thread/ThreadMutex.h>
#include<hgl/log/LogInfo.h>
@@ -123,7 +123,7 @@ namespace hgl
{
protected:
Sets<THREAD *> thread_set;
SortedSets<THREAD *> thread_set;
public: