Update of /cvsroot/playerstage/code/player/server/drivers/camera/uvc
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10464/player/server/drivers/camera/uvc
Modified Files:
cameraUVC.cc cameraUVC.h
Log Message:
applied Toby's autopointer patches
Index: cameraUVC.cc
===================================================================
RCS file:
/cvsroot/playerstage/code/player/server/drivers/camera/uvc/cameraUVC.cc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** cameraUVC.cc 25 Oct 2006 09:57:11 -0000 1.4
--- cameraUVC.cc 23 Aug 2007 19:58:43 -0000 1.5
***************
*** 181,185 ****
// Write data to the client (through the server)
! Publish
(device_addr,NULL,PLAYER_MSGTYPE_DATA,PLAYER_CAMERA_DATA_STATE,&data,size,NULL);
}
}
--- 181,185 ----
// Write data to the client (through the server)
! Publish
(device_addr,PLAYER_MSGTYPE_DATA,PLAYER_CAMERA_DATA_STATE,&data,size,NULL);
}
}
***************
*** 189,193 ****
// Ignore all requests for now.
////////////////////////////////////////////////////////////////////////////////
! int CameraUvc::ProcessMessage (MessageQueue *resp_queue, player_msghdr *hdr,
void *data)
{
return -1;
--- 189,193 ----
// Ignore all requests for now.
////////////////////////////////////////////////////////////////////////////////
! int CameraUvc::ProcessMessage (QueuePointer &resp_queue, player_msghdr *hdr,
void *data)
{
return -1;
Index: cameraUVC.h
===================================================================
RCS file:
/cvsroot/playerstage/code/player/server/drivers/camera/uvc/cameraUVC.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** cameraUVC.h 25 Oct 2006 09:57:11 -0000 1.1
--- cameraUVC.h 23 Aug 2007 19:58:43 -0000 1.2
***************
*** 16,20 ****
int Shutdown();
! int ProcessMessage(MessageQueue *resp_queue, player_msghdr
*hdr, void *data);
private:
virtual void Main();
--- 16,20 ----
int Shutdown();
! int ProcessMessage(QueuePointer &resp_queue, player_msghdr
*hdr, void *data);
private:
virtual void Main();
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit