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

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

Index: simpleshape.cc
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/server/drivers/blobfinder/simpleshape/simpleshape.cc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** simpleshape.cc      2 May 2006 10:26:28 -0000       1.5
--- simpleshape.cc      23 Aug 2007 19:58:42 -0000      1.6
***************
*** 624,628 ****
  
    // Copy data to server.
!   
Publish(device_addr,NULL,PLAYER_MSGTYPE_DATA,PLAYER_BLOBFINDER_DATA_BLOBS,&data,sizeof(data));
    // Copy data to server
  /*  size = sizeof(data) - sizeof(data.blobs) + this->shapeCount * 
sizeof(data.blobs[0]);
--- 624,628 ----
  
    // Copy data to server.
!   
Publish(device_addr,PLAYER_MSGTYPE_DATA,PLAYER_BLOBFINDER_DATA_BLOBS,&data,sizeof(data));
    // Copy data to server
  /*  size = sizeof(data) - sizeof(data.blobs) + this->shapeCount * 
sizeof(data.blobs[0]);


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