Update of /cvsroot/playerstage/code/player/server/libplayerdrivers
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19142/server/libplayerdrivers

Modified Files:
        driverregistry.cc 
Log Message:
added roboteq driver patch 1754183


Index: driverregistry.cc
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/server/libplayerdrivers/driverregistry.cc,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** driverregistry.cc   10 Jul 2007 09:01:53 -0000      1.41
--- driverregistry.cc   31 Jul 2007 06:19:41 -0000      1.42
***************
*** 449,452 ****
--- 449,456 ----
  #endif
  
+ #ifdef INCLUDE_ROBOTEQ
+ void roboteq_Register (DriverTable* table);
+ #endif
+ 
  /*
   * this function will be called at startup.  all available devices should
***************
*** 856,858 ****
--- 860,866 ----
    SonarToRanger_Register(driverTable);
  #endif
+   
+ #ifdef INCLUDE_ROBOTEQ
+   roboteq_Register(driverTable);
+ #endif
  }


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