conf 180 CorpusLoaderDaemon.cpp std::ofstream conf(CONFIG, std::ios::out | std::ios::trunc); conf 185 CorpusLoaderDaemon.cpp conf << "CORPUSHDL=" << handle << std::endl; conf 190 CorpusLoaderDaemon.cpp conf << "TITLDBHDL=" << handle << std::endl; conf 191 CorpusLoaderDaemon.cpp conf.close(); conf 240 WordTreeBuilderDaemon.cpp std::ofstream conf(CONFIG, std::ios::out | std::ios::app); conf 282 WordTreeBuilderDaemon.cpp conf << "WORDTLHDL=" << handle << std::endl; conf 324 WordTreeBuilderDaemon.cpp conf << "WORDTAHDL=" << handle << std::endl; conf 325 WordTreeBuilderDaemon.cpp conf.close();