X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=stop.hpp;h=05f672ab1e1de3e6a314c508818340c4aaedcccd;hb=eab50b4a6f88c60993b62e717961441ef5f409bf;hp=851c691085bd49815e6b4a464bd3e98c1b2ce894;hpb=5c28697247e009e93b8b03bec8cdee88339d3226;p=cs356-p1-elevator.git diff --git a/stop.hpp b/stop.hpp index 851c691..05f672a 100644 --- a/stop.hpp +++ b/stop.hpp @@ -22,6 +22,7 @@ class Stop bool operator> (const Stop& rhs) const; const Direction getDirection () const; + const Position getPosition () const; private: Position position_;