| 91 | } |
| 92 | |
| 93 | CVisualAlertDirection::CVisualAlertDirection() |
| 94 | { |
| 95 | m_running= false; |
| 96 | m_xOrigin= 0; |
| 97 | m_yOrigin= 0; |
| 98 | m_xOldDest= 0; |
| 99 | m_yOldDest= 0; |
| 100 | } |
| 101 | |
| 102 | CVisualAlertDirection::~CVisualAlertDirection() |
| 103 | { |
nothing calls this directly
no outgoing calls
no test coverage detected