1 #include "ConfigHolder.h"
7 if( loadWords(configHolder
.keyFile().c_str(),true) ) {
8 wordList
= new WordList(words
.size(),configHolder
.s_list());
9 std::vector
<std::string
>::const_iterator itr
= words
.begin();
10 while(itr
!= words
.end()) {
11 errWords
.insert(*itr
);
20 void Stress::test(bool result
) {
22 if(wordList
->status() == 0) {
23 errWords
.erase(getWord());
32 bool Stress::remove(const std::string
&word
) {
34 Scanner::remove(word
);
37 } //End of namespace freeRecite