Update of /cvsroot/playerstage/code/player/server/drivers/camera/v4l
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10464/player/server/drivers/camera/v4l
Modified Files:
camerav4l.cc
Log Message:
applied Toby's autopointer patches
Index: camerav4l.cc
===================================================================
RCS file:
/cvsroot/playerstage/code/player/server/drivers/camera/v4l/camerav4l.cc,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** camerav4l.cc 20 Aug 2007 06:37:27 -0000 1.29
--- camerav4l.cc 23 Aug 2007 19:58:43 -0000 1.30
***************
*** 178,182 ****
// This method will be invoked on each incoming message
! public: virtual int ProcessMessage(MessageQueue* resp_queue,
player_msghdr * hdr,
void * data);
--- 178,182 ----
// This method will be invoked on each incoming message
! public: virtual int ProcessMessage(QueuePointer & resp_queue,
player_msghdr * hdr,
void * data);
***************
*** 455,463 ****
////////////////////////////////////////////////////////////////////////////////
// Process an incoming message
! int CameraV4L::ProcessMessage(MessageQueue* resp_queue,
player_msghdr * hdr,
void * data)
{
- assert(resp_queue);
assert(hdr);
assert(data);
--- 455,462 ----
////////////////////////////////////////////////////////////////////////////////
// Process an incoming message
! int CameraV4L::ProcessMessage(QueuePointer & resp_queue,
player_msghdr * hdr,
void * data)
{
assert(hdr);
assert(data);
***************
*** 554,558 ****
/* We should do this to be efficient */
! Publish(this->device_addr, NULL,
PLAYER_MSGTYPE_DATA, PLAYER_CAMERA_DATA_STATE,
reinterpret_cast<void*>(&this->data), size, NULL);
--- 553,557 ----
/* We should do this to be efficient */
! Publish(this->device_addr,
PLAYER_MSGTYPE_DATA, PLAYER_CAMERA_DATA_STATE,
reinterpret_cast<void*>(&this->data), size, NULL);
-------------------------------------------------------------------------
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