bool ServiceDone::isFoundMatch (  ) 

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 }


Generated on Wed Jun 25 14:47:13 2008 for keyvil by  doxygen 1.5.1