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

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

Index: YarpImage.cc
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/server/drivers/camera/yarp/YarpImage.cc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** YarpImage.cc        7 Nov 2006 16:55:15 -0000       1.2
--- YarpImage.cc        23 Aug 2007 19:58:43 -0000      1.3
***************
*** 294,298 ****
              }
          }
!         Publish (this->cam_id, NULL, PLAYER_MSGTYPE_DATA, 
PLAYER_CAMERA_DATA_STATE,
                   &cam_data, sizeof (player_camera_data_t), NULL);
      }
--- 294,298 ----
              }
          }
!         Publish (this->cam_id, PLAYER_MSGTYPE_DATA, PLAYER_CAMERA_DATA_STATE,
                   &cam_data, sizeof (player_camera_data_t), 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

Reply via email to