00001 /*============================================================================= 00002 * Product : OpenPL 00003 * File : plThread.h 00004 * Author : Juan-Manuel Ahuactzin 00005 * Creation : Tue Jan 29 10:04:31 2002 00006 * 00007 *============================================================================= 00008 * (c) Copyright 2000, Centre National de la Recherche Scientifique, 00009 * all rights reserved 00010 *============================================================================= 00011 * 00012 *------------------------- Description --------------------------------------- 00013 * 00014 * 00015 *----------------------------------------------------------------------------- 00016 */ 00017 00018 #ifndef _pl_Thread_h_ 00019 #define _pl_Thread_h_ 00020 00021 #include <plObject.h> 00022 00024 class plThread : public plObject { 00025 00026 public: 00028 static void NumberOfProcessors(const int &n_proc); 00029 }; 00030 00031 00032 #endif