- Updated DynamicSchedulable::operator==
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@667 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
b9f7711893
commit
628010656e
|
@ -35,7 +35,7 @@ DynamicSchedulable::DynamicSchedulable(StaticSchedulable& obj) :
|
|||
bool
|
||||
DynamicSchedulable::operator==(const DynamicSchedulable& dx) const
|
||||
{
|
||||
return (_ref==dx._ref)&&(_last==dx._last)&&(_time_left==dx._time_left)&&(_my_state==dx._my_state);
|
||||
return _ref == dx._ref;
|
||||
}
|
||||
|
||||
Glib::ustring
|
||||
|
|
Loading…
Reference in New Issue