- 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:
parent
17678ebbe4
commit
8dab5cc548
|
@ -176,7 +176,6 @@ namespace sgpem {
|
||||||
SchedulableStatus(const SchedulableStatus& obj);
|
SchedulableStatus(const SchedulableStatus& obj);
|
||||||
|
|
||||||
int get_cpu_time_left() const;
|
int get_cpu_time_left() const;
|
||||||
void give_cpu_time(const int& time);
|
|
||||||
int get_last_scheduled() const;
|
int get_last_scheduled() const;
|
||||||
state get_state() const;
|
state get_state() const;
|
||||||
const sgpem::Schedulable* get_schedulable() const;
|
const sgpem::Schedulable* get_schedulable() const;
|
||||||
|
|
Loading…
Reference in New Issue