- Fix return type of Scheduler::get_policy() before going to bed
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@718 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
22af0b9cdd
commit
3e83f4db23
2 changed files with 3 additions and 4 deletions
|
@ -104,11 +104,10 @@ Scheduler::reset_status()
|
|||
}
|
||||
|
||||
|
||||
Policy&
|
||||
Policy*
|
||||
Scheduler::get_policy()
|
||||
{
|
||||
// FIXME : fixme.
|
||||
// return *PoliciesGatekeeper::get_instance().get_current_policy(&History::get_instance());
|
||||
return _policy;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue