bool CharacterListMgnt::setCiCancel ( const uint32_t  ID  ) 

Definition at line 99 of file CharacterListMgnt.cpp.

00100 {
00101         for (int i = 0 ; i < ciVector.size(); i++)
00102                 {
00103                         if ((ciVector[i]->get_ID() == ID) && (ciVector[i]->get_finished() == false)){
00104                                 ciVector[i]->set_cancel();
00105                                 return true;
00106                         }
00107                 }
00108         return false;
00109 } // setCiCancel


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