- added few frontend classes

- updated others from backend

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@330 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
fpaparel 2006-02-15 22:58:18 +00:00
parent 34648139ec
commit 6d5e9270a8
16 changed files with 467 additions and 42 deletions

View file

@ -49,6 +49,7 @@ namespace sgpem
virtual bool is_pre_emptive() const = 0;
virtual int get_time_slice() const = 0;
virtual void set_time_slice(const int&) = 0;
const PolicyParameters& get_parameters() const;