From 8dab5cc54809f2374fe5f080cfb60ad4b6a5202f Mon Sep 17 00:00:00 2001 From: tchernobog Date: Sat, 4 Mar 2006 13:46:08 +0000 Subject: [PATCH] - 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 --- src/backend/pyloader/sgpem.i | 1 - 1 file changed, 1 deletion(-) diff --git a/src/backend/pyloader/sgpem.i b/src/backend/pyloader/sgpem.i index 11692f5..92be7b4 100644 --- a/src/backend/pyloader/sgpem.i +++ b/src/backend/pyloader/sgpem.i @@ -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;