- Added ResourcePolicy class. I need to clear some doubts before writing the remaining part of resource policy management...
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@808 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
c6ebe792e4
commit
b9cbbacd10
6 changed files with 129 additions and 4 deletions
|
@ -26,7 +26,6 @@
|
|||
|
||||
#include "glibmm/ustring.h"
|
||||
|
||||
#include "scheduler.hh"
|
||||
#include "policy_parameters.hh"
|
||||
#include "user_interrupt_exception.hh"
|
||||
|
||||
|
@ -98,8 +97,6 @@ namespace sgpem
|
|||
/**
|
||||
Gets the parameters related with this policy.
|
||||
|
||||
Because it's a pure virtual method, must be re-implemented
|
||||
in concrete derived classes.
|
||||
\return The policy parameters.
|
||||
*/
|
||||
PolicyParameters& get_parameters();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue