Update of /cvsroot/playerstage/code/player/server/drivers/health/statgrab
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14784/server/drivers/health/statgrab

Modified Files:
        statgrab_health.cpp 
Log Message:
fixed Publish call that was still using the old args


Index: statgrab_health.cpp
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/server/drivers/health/statgrab/statgrab_health.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** statgrab_health.cpp 5 Dec 2007 18:44:38 -0000       1.5
--- statgrab_health.cpp 5 Dec 2007 21:32:13 -0000       1.6
***************
*** 211,216 ****
     // Other data which should be retrieved here!
  
!     Publish(device_addr, NULL, PLAYER_MSGTYPE_DATA, PLAYER_HEALTH_DATA_STATE ,
!             reinterpret_cast<void*>(&mHealth), sizeof(mHealth), NULL);
  
  
--- 211,216 ----
     // Other data which should be retrieved here!
  
!     Publish(device_addr, PLAYER_MSGTYPE_DATA, PLAYER_HEALTH_DATA_STATE  ,
!             reinterpret_cast<void*>(&mHealth));
  
  


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to