- Remove non-const method from Python-exported interface that allowed

to change a SchedulableStatus from a user Policy


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@488 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-03-04 13:46:08 +00:00
parent 17678ebbe4
commit 8dab5cc548
1 changed files with 0 additions and 1 deletions

View File

@ -176,7 +176,6 @@ namespace sgpem {
SchedulableStatus(const SchedulableStatus& obj);
int get_cpu_time_left() const;
void give_cpu_time(const int& time);
int get_last_scheduled() const;
state get_state() const;
const sgpem::Schedulable* get_schedulable() const;