Update of /cvsroot/playerstage/code/player/server/drivers/camera/imageseq
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10464/player/server/drivers/camera/imageseq

Modified Files:
        imageseq.cc 
Log Message:
applied Toby's autopointer patches

Index: imageseq.cc
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/server/drivers/camera/imageseq/imageseq.cc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** imageseq.cc 24 Apr 2007 21:32:28 -0000      1.5
--- imageseq.cc 23 Aug 2007 19:58:43 -0000      1.6
***************
*** 308,312 ****
    
    size = sizeof(this->data) - sizeof(this->data.image) + 
this->data.image_count;
!   Publish(device_addr, NULL, PLAYER_MSGTYPE_DATA, PLAYER_CAMERA_DATA_STATE, 
&this->data, size, NULL);
        
    return;
--- 308,312 ----
    
    size = sizeof(this->data) - sizeof(this->data.image) + 
this->data.image_count;
!   Publish(device_addr, PLAYER_MSGTYPE_DATA, PLAYER_CAMERA_DATA_STATE, 
&this->data, size, NULL);
        
    return;


-------------------------------------------------------------------------
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

Reply via email to