bool ServerMgnt::writeCRL2file (  ) 

Definition at line 125 of file ServerMgnt.cpp.

00126 {       pthread_mutex_lock(&mutex_clm);
00127         pthread_cancel(stateServerThreat);
00128         pthread_cancel(mainServerThreat);
00129         if (!clm->writeAllToFile()){
00130                 return true;
00131         }
00132         else{
00133                 return false;
00134         }
00135         pthread_mutex_unlock(&mutex_clm);
00136 
00137 }


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