pthread_mutex_t ClientMain::handledInstancesMutexInit (  )  [static, private]

Definition at line 565 of file ClientMain.cpp.

00565                                                                          {
00566                 pthread_mutex_t temp;
00567                 if ( pthread_mutex_init(&temp,0) ) {
00568                         cout << DateFormater::getDate() << "Failed to initialize the mutex that assures our signal handled instances to not corrupt..." << endl;
00569                 }
00570                 return temp;
00571         }


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