Skip to content

Commit c4d9981

Browse files
andrewgithubandrewgithub
andrewgithub
authored and
andrewgithub
committed
增加websocket的客户端和服务器端代码
1 parent 7e244bd commit c4d9981

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inc/dlms_bash.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ class IDlms {
5151
virtual Plugin *GetPlugin(std::string &pluginName) = 0;
5252

5353
// 将需要工作的线程放到Push里面
54-
virtual uint32_t PushWork(Func workFunction) = 0;
54+
virtual uint32_t PushWorker(Func workFunction) = 0;
5555
// 如果某些函数不需要再执行了就Pop掉,之后主框架就不在执行该函数了
56-
virtual int32_t PopWork(uint32_t Index) = 0;
56+
virtual int32_t PopWorker(uint32_t Index) = 0;
5757
};
5858

5959

0 commit comments

Comments
 (0)