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

Modified Files:
        statgrab_health.cpp 
Log Message:
commented out player_driver_init which isn't needed for built in 
libraries


Index: statgrab_health.cpp
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/server/drivers/health/statgrab/statgrab_health.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** statgrab_health.cpp 7 Aug 2006 14:44:23 -0000       1.2
--- statgrab_health.cpp 21 May 2007 14:24:57 -0000      1.3
***************
*** 221,232 ****
  // Extra stuff for building a shared object.
  
  /* need the extern to avoid C++ name-mangling  */
! extern "C" {
!   int player_driver_init(DriverTable* table)
!   {
!     puts("StatGrab driver initializing");
!     StatGrabDriver_Register(table);
!     puts("StatGrab driver done");
!     return(0);
!   }
! }
--- 221,234 ----
  // Extra stuff for building a shared object.
  
+ // leftover from when this was a standalone plugin
+ 
  /* need the extern to avoid C++ name-mangling  */
! //extern "C" {
! //  int player_driver_init(DriverTable* table)
! //  {
! //    puts("StatGrab driver initializing");
! //    StatGrabDriver_Register(table);
! //    puts("StatGrab driver done");
! //    return(0);
! //  }
! //}


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to