|
@@ -41,6 +41,7 @@ public:
|
|
|
iv::modulecomm::RegisterRecvPlus(mstrsysname,funexit);
|
|
|
|
|
|
mbcommonexit = bcommonexit;
|
|
|
+ return NULL;
|
|
|
}
|
|
|
|
|
|
void * RegIVExitCallPlus(IVExitFun xFun,bool bcommonexit)
|
|
@@ -50,6 +51,7 @@ public:
|
|
|
ModuleFun funexit = std::bind(&ivexit_impl::ExitFunc,this,std::placeholders::_1,std::placeholders::_2,std::placeholders::_3,std::placeholders::_4,std::placeholders::_5);
|
|
|
iv::modulecomm::RegisterRecvPlus(mstrsysname,funexit);
|
|
|
mbcommonexit = bcommonexit;
|
|
|
+ return NULL;
|
|
|
}
|
|
|
|
|
|
void ExitFunc(const char * strdata,const unsigned int nSize,const unsigned int index,const QDateTime * dt,const char * strmemname)
|