增加PlugInManage模板代码

This commit is contained in:
2019-08-26 21:19:13 +08:00
parent 0786f4c611
commit fb81037fa3
4 changed files with 131 additions and 17 deletions

View File

@@ -1,6 +1,7 @@
#include<hgl/PlugIn.h>
#include<hgl/Logger.h>
#include<hgl/plugin/PlugIn.h>
#include<hgl/log/Logger.h>
#include<hgl/type/DateTime.h>
#include<hgl/type/List.h>
#include<hgl/thread/RWLock.h>
namespace hgl
@@ -130,7 +131,7 @@ namespace hgl
/**
* 日志插件,一个模拟的接口
*/
class LogPlugIn:public PlugIn ///日志插件
class LogPlugIn:public PlugIn ///日志插件
{
public: