From: Karel G. <kg...@us...> - 2001-11-04 18:34:55
|
Update of /cvsroot/micomt/mico/idl In directory usw-pr-cvs1:/tmp/cvs-serv12565/idl Modified Files: params.cc Log Message: - added initialization of MT stuff into main ORB init - implemented priority handling in GNU Pth thread support - fixed data key handling in GNU Pth thread support - fixed GNU Pth support for compilation - changed configure to disable MICO parts which are not MT ready - added support for GNU Pth thread package into configure - changed configure for better handling of thread package configuration - changed optimization from '-O' to '-O2' Index: params.cc =================================================================== RCS file: /cvsroot/micomt/mico/idl/params.cc,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** params.cc 2001/10/26 19:59:58 1.8 --- params.cc 2001/11/04 18:34:52 1.9 *************** *** 468,472 **** #ifdef HAVE_PTH_THREADS ! cout << "\"PTH\" Threads"; #endif // HAVE_PTH_THREADS --- 468,472 ---- #ifdef HAVE_PTH_THREADS ! cout << "GNU Pth Threads"; #endif // HAVE_PTH_THREADS |