3 * Copyright (C) 2007, Rus V. Brushkoff, All rights reserved.
14 log("sfinx:run", "Starting batch sfinx jobs ...");
15 sfinx->load_module_conf(SFINX_FILES_MODULE_CONF_REQUEST);
20 void batch_ui::alert(bool fatal, const char *fmt, ...)
24 ::va_start(args, fmt);
26 ::vsnprintf(buf, sizeof(buf), fmt, args);
27 // alert_txt->label(buf);
29 // alert_w->take_focus(alert_button);
30 // f_text_display->top(alert_w);
31 // alert_button->user_data((void *)fatal);