Definition at line 186 of file CharacterListMgnt.cpp.
00187 { 00188 if (!ciVector.empty() ){ 00189 return ciVector.back()->get_u_int_96(); 00190 } 00191 else{ 00192 return "Vector is empty"; 00193 } 00194 00195 }