Update of /cvsroot/playerstage/code/player/server/drivers/position/nav200
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14026/server/drivers/position/nav200

Modified Files:
        test_program_init.cpp 
Log Message:
fixed some formatting and compiler warnings

Index: test_program_init.cpp
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/server/drivers/position/nav200/test_program_init.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_program_init.cpp       20 Sep 2006 11:17:56 -0000      1.1
--- test_program_init.cpp       2 Dec 2007 09:11:12 -0000       1.2
***************
*** 8,12 ****
  {
    //Standby mode
!   PositionXY reflector;
    Nav200 testing;
    testing.Initialise();
--- 8,12 ----
  {
    //Standby mode
!   //PositionXY reflector;
    Nav200 testing;
    testing.Initialise();
***************
*** 14,18 ****
    {
        fprintf(stderr,"unable to enter standby mode\n");
!       EXIT_FAILURE;
    }
  
--- 14,18 ----
    {
        fprintf(stderr,"unable to enter standby mode\n");
!       return EXIT_FAILURE;
    }
  
***************
*** 37,41 ****
    {
      fprintf(stderr,"unable to enter mapping mode\n");
!     EXIT_FAILURE;
    }
  
--- 37,41 ----
    {
      fprintf(stderr,"unable to enter mapping mode\n");
!     return EXIT_FAILURE;
    }
  
***************
*** 78,82 ****
    {
        fprintf(stderr,"unable to enter standby mode\n");
!       EXIT_FAILURE;
    }
    if(testing.EnterDownload())
--- 78,82 ----
    {
        fprintf(stderr,"unable to enter standby mode\n");
!       return EXIT_FAILURE;
    }
    if(testing.EnterDownload())
***************
*** 92,96 ****
    {
      fprintf(stderr,"unable to enter download mode\n");
!     EXIT_FAILURE;
    }
  
--- 92,96 ----
    {
      fprintf(stderr,"unable to enter download mode\n");
!     return EXIT_FAILURE;
    }
  


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