Definition at line 52 of file ServiceDone.cpp.
00052 { 00053 istringstream s(getStringComponents().at(1)); 00054 bool foundMatch; 00055 s >> foundMatch; 00056 return foundMatch; 00057 }