- Add operator== methods to dynamic schedulables, and in their interfaces too
- Write class ReadyQueue git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@688 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
9da0ef3137
commit
fa06e2f4f1
16 changed files with 112 additions and 12 deletions
|
@ -34,6 +34,8 @@ namespace sgpem
|
|||
public:
|
||||
virtual ~SubRequest();
|
||||
|
||||
virtual bool operator==(const SubRequest& op2) const = 0;
|
||||
|
||||
virtual Resource& get_resource() = 0;
|
||||
|
||||
virtual unsigned int get_places() const = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue