used utf8 instead of gb18080 in few files.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#ifndef HGL_EVENT_PROC_INCLUDE
|
||||
#ifndef HGL_EVENT_PROC_INCLUDE
|
||||
#define HGL_EVENT_PROC_INCLUDE
|
||||
|
||||
#include<hgl/type/Queue.h>
|
||||
@@ -6,7 +6,7 @@
|
||||
namespace hgl
|
||||
{
|
||||
/**
|
||||
* <EFBFBD>¼<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
* 事件基类
|
||||
*/
|
||||
class EventProc
|
||||
{
|
||||
@@ -21,7 +21,7 @@ namespace hgl
|
||||
using EventProcQueue=Queue<EventProc *>;
|
||||
|
||||
/**
|
||||
* ִ<EFBFBD><EFBFBD>һ<EFBFBD><EFBFBD><EFBFBD>¼<EFBFBD>
|
||||
* 执行一个事件
|
||||
*/
|
||||
inline bool UpdateEvent(EventProcQueue *epq)
|
||||
{
|
||||
@@ -42,9 +42,9 @@ namespace hgl
|
||||
}
|
||||
|
||||
/**
|
||||
* ˢ<EFBFBD><EFBFBD>ִ<EFBFBD><EFBFBD><EFBFBD>¼<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
* @param epq <EFBFBD>¼<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
* @param max_count <EFBFBD><EFBFBD><EFBFBD><EFBFBD>ˢ<EFBFBD>¸<EFBFBD><EFBFBD><EFBFBD>(-1<><31>ʾ<EFBFBD><CABE><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)
|
||||
* 刷新执行事件队列
|
||||
* @param epq 事件队列
|
||||
* @param max_count 最大刷新个数(-1表示无限制)
|
||||
*/
|
||||
inline int UpdateEventQueue(EventProcQueue *epq,int max_count=-1)
|
||||
{
|
||||
|
Reference in New Issue
Block a user