From: Karel G. <kg...@us...> - 2001-10-26 20:00:05
|
Update of /cvsroot/micomt/mico/orb/os-thread In directory usw-pr-cvs1:/tmp/cvs-serv17698/orb/os-thread Modified Files: dcethreads.cc pthreads.cc pththreads.cc solaris-threads.cc Log Message: - merged with MICO 2.3.6 Index: dcethreads.cc =================================================================== RCS file: /cvsroot/micomt/mico/orb/os-thread/dcethreads.cc,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** dcethreads.cc 2001/08/18 20:29:25 1.12 --- dcethreads.cc 2001/10/26 20:00:02 1.13 *************** *** 1,30 **** ! /* -*- mode: c++; c-basic-offset: 4; -*- ! * ! * MICO --- a CORBA implementation ! * Copyright (C) 1997-98 Kay Roemer & Arno Puder * ! * OSThread: An abstract Thread class for MICO ! * Copyright (C) 1999 Andy Kersting & Andreas Schultz * ! * This library is free software; you can redistribute it and/or ! * modify it under the terms of the GNU Library General Public ! * License as published by the Free Software Foundation; either ! * version 2 of the License, or (at your option) any later version. * ! * This library is distributed in the hope that it will be useful, ! * but WITHOUT ANY WARRANTY; without even the implied warranty of ! * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ! * Library General Public License for more details. * ! * You should have received a copy of the GNU Library General Public ! * License along with this library; if not, write to the Free ! * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * Send comments and/or bug reports to: ! * mi...@in... * ! * $Id$ * ! * support for Draft 4 (DCE) threads * */ --- 1,29 ---- ! /* ! * MICO --- an Open Source CORBA implementation ! * Copyright (c) 1997-2001 by The Mico Team * ! * OSThread: An abstract Thread class for MICO ! * Copyright (C) 1999 Andy Kersting & Andreas Schultz * ! * This library is free software; you can redistribute it and/or ! * modify it under the terms of the GNU Library General Public ! * License as published by the Free Software Foundation; either ! * version 2 of the License, or (at your option) any later version. * ! * This library is distributed in the hope that it will be useful, ! * but WITHOUT ANY WARRANTY; without even the implied warranty of ! * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ! * Library General Public License for more details. * ! * You should have received a copy of the GNU Library General Public ! * License along with this library; if not, write to the Free ! * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * For more information, visit the MICO Home Page at ! * http://www.mico.org/ * ! * $Id$ * ! * support for Draft 4 (DCE) threads * */ Index: pthreads.cc =================================================================== RCS file: /cvsroot/micomt/mico/orb/os-thread/pthreads.cc,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -r1.26 -r1.27 *** pthreads.cc 2001/08/18 20:29:25 1.26 --- pthreads.cc 2001/10/26 20:00:03 1.27 *************** *** 1,31 **** ! /* -*- mode: c++; c-basic-offset: 4; -*- ! * ! * MICO --- a CORBA implementation ! * Copyright (C) 1997-98 Kay Roemer & Arno Puder * ! * OSThread: An abstract Thread class for MICO ! * Copyright (C) 1999 Andy Kersting & Andreas Schultz * ! * This library is free software; you can redistribute it and/or ! * modify it under the terms of the GNU Library General Public ! * License as published by the Free Software Foundation; either ! * version 2 of the License, or (at your option) any later version. ! * ! * This library is distributed in the hope that it will be useful, ! * but WITHOUT ANY WARRANTY; without even the implied warranty of ! * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ! * Library General Public License for more details. ! * ! * You should have received a copy of the GNU Library General Public ! * License along with this library; if not, write to the Free ! * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * Send comments and/or bug reports to: ! * mi...@in... * ! * $Id$ * ! * support for POSIX Draft 10ish Pthreads for Linux as developed by ! * Xavier Le...@in... * */ --- 1,30 ---- ! /* ! * MICO --- an Open Source CORBA implementation ! * Copyright (c) 1997-2001 by The Mico Team * ! * OSThread: An abstract Thread class for MICO ! * Copyright (C) 1999 Andy Kersting & Andreas Schultz * ! * This library is free software; you can redistribute it and/or ! * modify it under the terms of the GNU Library General Public ! * License as published by the Free Software Foundation; either ! * version 2 of the License, or (at your option) any later version. ! * ! * This library is distributed in the hope that it will be useful, ! * but WITHOUT ANY WARRANTY; without even the implied warranty of ! * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ! * Library General Public License for more details. ! * ! * You should have received a copy of the GNU Library General Public ! * License along with this library; if not, write to the Free ! * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * For more information, visit the MICO Home Page at ! * http://www.mico.org/ * ! * $Id$ * ! * support for POSIX Draft 10ish Pthreads for Linux as developed by ! * Xavier Le...@in... * */ Index: pththreads.cc =================================================================== RCS file: /cvsroot/micomt/mico/orb/os-thread/pththreads.cc,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** pththreads.cc 2001/08/18 20:29:25 1.7 --- pththreads.cc 2001/10/26 20:00:03 1.8 *************** *** 1,31 **** ! /* -*- mode: c++; c-basic-offset: 4; -*- ! * ! * MICO --- a CORBA implementation ! * Copyright (C) 1997-98 Kay Roemer & Arno Puder * ! * OSThread: An abstract Thread class for MICO ! * Copyright (C) 1999 Andy Kersting & Andreas Schultz * ! * This library is free software; you can redistribute it and/or ! * modify it under the terms of the GNU Library General Public ! * License as published by the Free Software Foundation; either ! * version 2 of the License, or (at your option) any later version. ! * ! * This library is distributed in the hope that it will be useful, ! * but WITHOUT ANY WARRANTY; without even the implied warranty of ! * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ! * Library General Public License for more details. ! * ! * You should have received a copy of the GNU Library General Public ! * License along with this library; if not, write to the Free ! * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * Send comments and/or bug reports to: ! * mi...@in... * ! * $Id$ * ! * support for POSIX Draft 10ish Pthreads for Linux as developed by ! * Xavier Le...@in... * */ --- 1,30 ---- ! /* ! * MICO --- an Open Source CORBA implementation ! * Copyright (c) 1997-2001 by The Mico Team * ! * OSThread: An abstract Thread class for MICO ! * Copyright (C) 1999 Andy Kersting & Andreas Schultz * ! * This library is free software; you can redistribute it and/or ! * modify it under the terms of the GNU Library General Public ! * License as published by the Free Software Foundation; either ! * version 2 of the License, or (at your option) any later version. ! * ! * This library is distributed in the hope that it will be useful, ! * but WITHOUT ANY WARRANTY; without even the implied warranty of ! * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ! * Library General Public License for more details. ! * ! * You should have received a copy of the GNU Library General Public ! * License along with this library; if not, write to the Free ! * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * For more information, visit the MICO Home Page at ! * http://www.mico.org/ * ! * $Id$ * ! * support for POSIX Draft 10ish Pthreads for Linux as developed by ! * Xavier Le...@in... * */ Index: solaris-threads.cc =================================================================== RCS file: /cvsroot/micomt/mico/orb/os-thread/solaris-threads.cc,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** solaris-threads.cc 2001/08/18 20:29:25 1.6 --- solaris-threads.cc 2001/10/26 20:00:03 1.7 *************** *** 1,30 **** ! /* -*- mode: c++; c-basic-offset: 4; -*- ! * ! * MICO --- a CORBA implementation ! * Copyright (C) 1997-98 Kay Roemer & Arno Puder * ! * OSThread: An abstract Thread class for MICO ! * Copyright (C) 1999 Andy Kersting & Andreas Schultz * ! * This library is free software; you can redistribute it and/or ! * modify it under the terms of the GNU Library General Public ! * License as published by the Free Software Foundation; either ! * version 2 of the License, or (at your option) any later version. * ! * This library is distributed in the hope that it will be useful, ! * but WITHOUT ANY WARRANTY; without even the implied warranty of ! * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ! * Library General Public License for more details. * ! * You should have received a copy of the GNU Library General Public ! * License along with this library; if not, write to the Free ! * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * Send comments and/or bug reports to: ! * mi...@in... * ! * $Id$ * ! * support for Solaris-Threads * */ --- 1,29 ---- ! /* ! * MICO --- an Open Source CORBA implementation ! * Copyright (c) 1997-2001 by The Mico Team * ! * OSThread: An abstract Thread class for MICO ! * Copyright (C) 1999 Andy Kersting & Andreas Schultz * ! * This library is free software; you can redistribute it and/or ! * modify it under the terms of the GNU Library General Public ! * License as published by the Free Software Foundation; either ! * version 2 of the License, or (at your option) any later version. * ! * This library is distributed in the hope that it will be useful, ! * but WITHOUT ANY WARRANTY; without even the implied warranty of ! * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ! * Library General Public License for more details. * ! * You should have received a copy of the GNU Library General Public ! * License along with this library; if not, write to the Free ! * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ! * For more information, visit the MICO Home Page at ! * http://www.mico.org/ * ! * $Id$ * ! * support for Solaris-Threads * */ |