[private]
Definition at line 260 of file ClientMain.cpp.
00260 { 00261 if ( pthread_create(&reminder, 0, &staticReminderWrapper, (void*)this) ) { 00262 cout << DateFormater::getDate() << "creation of reminder failed!" << endl; 00263 } 00264 }