- Incapsulate code so that the hack we previously used in CPUPoliciesGatekeeper isn't needed anymore

- Now CPUPolicy has a callback method for scripting languages, but it is up to derived classes to take
mutexes and set the value when needed (maybe we can improve this?)


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@862 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-08-14 14:28:41 +00:00
parent 390af1f09d
commit 45ef305a1b
7 changed files with 80 additions and 39 deletions

View file

@ -97,7 +97,7 @@ class CPUPolicy:
#
# @return A sgpem::PolicyParameters instance
def get_parameters(self):
return sgpem.CPUPolicy.get_active_policy().get_parameters()
return sgpem.CPUPolicy.callback_get_policy().get_parameters()
## @brief This function implements an in-place stable sort