Changeset 8843 for trunk/MagicSoft/Cosy/videodev
- Timestamp:
- 01/31/08 11:38:09 (17 years ago)
- Location:
- trunk/MagicSoft/Cosy/videodev
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/videodev/Camera.cc
r8832 r8843 34 34 using namespace std; 35 35 36 Camera::Camera(PixClient &client, Int_t nch) : M yThreadX("Camera"), fClient(client), fVideo(0)36 Camera::Camera(PixClient &client, Int_t nch) : MThread("Camera"), fClient(client), fVideo(0) 37 37 { 38 38 fVideo = new MVideo; -
trunk/MagicSoft/Cosy/videodev/Camera.h
r8832 r8843 13 13 class PixClient; 14 14 15 class Camera : public PixGetter, public M yThreadX15 class Camera : public PixGetter, public MThread 16 16 { 17 17 private:
Note:
See TracChangeset
for help on using the changeset viewer.