- hemm... updated also the header!!
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@391 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
b7f3086286
commit
8eeeaae3f5
|
@ -64,7 +64,7 @@ namespace sgpem
|
||||||
* \param positionA The position of the first element to swap
|
* \param positionA The position of the first element to swap
|
||||||
* \param positionB The position of the second element to swap
|
* \param positionB The position of the second element to swap
|
||||||
*/
|
*/
|
||||||
void swap(unsigned int positionA, unsigned int positionB) throw() {}
|
void swap(unsigned int positionA, unsigned int positionB) throw();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
std::list<SchedulableStatus> _list;
|
std::list<SchedulableStatus> _list;
|
||||||
|
|
Loading…
Reference in New Issue