Update of /cvsroot/playerstage/code/player/server/drivers/mixed/clodbuster
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27386/server/drivers/mixed/clodbuster

Modified Files:
      Tag: release-2-0-patches
        clodbuster.cc clodbuster.h packet.cc 
Log Message:
fixed up distcheck

Index: clodbuster.cc
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/server/drivers/mixed/clodbuster/clodbuster.cc,v
retrieving revision 1.10.2.1
retrieving revision 1.10.2.2
diff -C2 -d -r1.10.2.1 -r1.10.2.2
*** clodbuster.cc       7 Jun 2006 16:12:49 -0000       1.10.2.1
--- clodbuster.cc       1 Mar 2007 21:33:17 -0000       1.10.2.2
***************
*** 92,107 ****
  #include <termios.h> // serial port things
  
  #include "clodbuster.h"
  #include "packet.h" // What's this for?
- #include "playertime.h"
- extern PlayerTime* GlobalTime;
- 
- // so we can access the deviceTable and extract pointers to the sonar
- // and position objects
- #include "driver.h"
- #include "drivertable.h"
- #include "devicetable.h"
- #include "error.h"
- #include "replace.h"
  
  // initialization function
--- 92,99 ----
  #include <termios.h> // serial port things
  
+ #include <libplayercore/playercore.h>
+ #include <replace/replace.h>
  #include "clodbuster.h"
  #include "packet.h" // What's this for?
  
  // initialization function

Index: packet.cc
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/server/drivers/mixed/clodbuster/packet.cc,v
retrieving revision 1.2.12.1
retrieving revision 1.2.12.2
diff -C2 -d -r1.2.12.1 -r1.2.12.2
*** packet.cc   7 Jun 2006 16:12:49 -0000       1.2.12.1
--- packet.cc   1 Mar 2007 21:33:17 -0000       1.2.12.2
***************
*** 35,41 ****
  #include <stdlib.h> /* for exit() */
  #include "clodbuster.h"
- #include <playertime.h>
- 
- extern PlayerTime* GlobalTime;
  
  //extern bool debug;
--- 35,38 ----



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to