- Try to make CPUPolicy.get_parameters() and RR-Priority work. Won't

run.


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@833 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-08-09 13:37:42 +00:00
parent addad6aa26
commit 72e562e803
8 changed files with 38 additions and 52 deletions

View file

@ -76,15 +76,9 @@ namespace sgpem
*/
int get_time_slice() const throw(UserInterruptException);
void activate()
{
//FIXME write code for me
}
void activate();
void deactivate()
{
//FIXME write code for me
}
void deactivate();
private:
PythonCPUPolicy(const PythonCPUPolicy&);