- Add swap() method signature to SchedulableQueue

- Export swap() to SWIG
- Add sort function (just its documentation, actually, implementation will
follow) to Policy.py


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@385 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-02-22 21:35:26 +00:00
parent eecb9f109f
commit 47451bf78d
3 changed files with 34 additions and 0 deletions

View file

@ -132,6 +132,7 @@ namespace sgpem {
uint size() const;
SchedulableStatus* get_item_at(const uint&);
const SchedulableStatus* get_item_at(const uint&) const;
void swap(unsigned int positionA, unsigned int positionB) throw();
private:
// Avoid instantiation and copy