FACT++  1.0
Camera::~Camera ( )
virtual

Definition at line 41 of file Camera.cc.

References MThread::CancelThread(), and fVideo.

42 {
43  // Shut down the thread
44  CancelThread();
45 
46  // Now delete (close) the device
47  delete fVideo;
48 }
Int_t CancelThread(void **ret=0)
Definition: MThread.h:48
MVideo * fVideo
Definition: Camera.h:30

+ Here is the call graph for this function: