/////////////////////////////////////////////////////////////// Method: CheckUpdate Class: CCamView Purose: CHeck for updates Input: reference to size event Output: nothing ///////////////////////////////////////////////////////////////
| 208 | // Output: nothing |
| 209 | //////////////////////////////////////////////////////////////////// |
| 210 | void CCamView::CheckUpdate() |
| 211 | { |
| 212 | Update( ); |
| 213 | } |
| 214 | |
| 215 | //////////////////////////////////////////////////////////////////// |
| 216 | // Method: OnSize |
nothing calls this directly
no outgoing calls
no test coverage detected