- 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
|
@ -40,6 +40,8 @@ namespace sgpem
|
|||
public:
|
||||
DynamicSubRequest(StaticSubRequest* core, DynamicResource* resource);
|
||||
|
||||
virtual bool operator==(const SubRequest& op2) const;
|
||||
|
||||
DynamicResource& get_resource();
|
||||
|
||||
unsigned int get_places() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue