Beispiel #1
0
void AppBusiness::initIseOptions(IseOptions& options)
{
    options.setIsDaemon(false);
    options.setServerType(ST_TCP);
    options.setTcpServerEventLoopCount(1);
}
Beispiel #2
0
void AppBusiness::initIseOptions(IseOptions& options)
{
    options.setIsDaemon(false);
}