Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members

plThread.h

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

Generated on Fri Apr 1 10:58:15 2005 for ProBT by  doxygen 1.4.1