/////////////////////////////////////////////////////////////// Method: Destructor Class: CCamView Purose: destroy my object Input: nothing Output: nothing ///////////////////////////////////////////////////////////////
| 70 | // Output: nothing |
| 71 | //////////////////////////////////////////////////////////////////// |
| 72 | CCamView::~CCamView( ) |
| 73 | { |
| 74 | //m_pCamera = NULL; |
| 75 | } |
| 76 | |
| 77 | //////////////////////////////////////////////////////////////////// |
| 78 | // Method: Is Capture Enabled |
nothing calls this directly
no outgoing calls
no test coverage detected