Revision: 8210
          http://playerstage.svn.sourceforge.net/playerstage/?rev=8210&view=rev
Author:   rtv
Date:     2009-08-19 16:26:15 +0000 (Wed, 19 Aug 2009)

Log Message:
-----------
attempting to fix stageplugin build with removal of aio & dio

Modified Paths:
--------------
    code/stage/trunk/libstage/model.cc
    code/stage/trunk/libstageplugin/p_driver.cc
    code/stage/trunk/libstageplugin/p_driver.h

Modified: code/stage/trunk/libstage/model.cc
===================================================================
--- code/stage/trunk/libstage/model.cc  2009-08-19 02:29:19 UTC (rev 8209)
+++ code/stage/trunk/libstage/model.cc  2009-08-19 16:26:15 UTC (rev 8210)
@@ -171,7 +171,7 @@
 
 GuiState:: GuiState() :
   grid( false ),
-  move( false ),
+  move( false ),  
   nose( false ),
   outline( false )
 { /* nothing to do */}
@@ -1068,9 +1068,9 @@
 //               Gl::draw_string( x, y, 0, buf );                
                }
 
-
+       
   glPolygonMode( GL_FRONT, GL_FILL );
-
+       
   mod->PopColor();
   mod->PopColor();
 

Modified: code/stage/trunk/libstageplugin/p_driver.cc
===================================================================
--- code/stage/trunk/libstageplugin/p_driver.cc 2009-08-19 02:29:19 UTC (rev 
8209)
+++ code/stage/trunk/libstageplugin/p_driver.cc 2009-08-19 16:26:15 UTC (rev 
8210)
@@ -310,17 +310,17 @@
          ifsrc = new InterfaceActArray( player_addr,  this, cf, section );
          break;
 
-       case PLAYER_AIO_CODE:
-         ifsrc = new InterfaceAio( player_addr,  this, cf, section );
-         break;
+       // case PLAYER_AIO_CODE:
+       //   ifsrc = new InterfaceAio( player_addr,  this, cf, section );
+       //   break;
 
        case PLAYER_BLOBFINDER_CODE:
          ifsrc = new InterfaceBlobfinder( player_addr,  this, cf, section );
          break;
 
-       case PLAYER_DIO_CODE:
-               ifsrc = new InterfaceDio(player_addr, this, cf, section);
-               break;
+       // case PLAYER_DIO_CODE:
+       //      ifsrc = new InterfaceDio(player_addr, this, cf, section);
+       //      break;
 
        case PLAYER_FIDUCIAL_CODE:
                ifsrc = new InterfaceFiducial( player_addr,  this, cf, section 
);

Modified: code/stage/trunk/libstageplugin/p_driver.h
===================================================================
--- code/stage/trunk/libstageplugin/p_driver.h  2009-08-19 02:29:19 UTC (rev 
8209)
+++ code/stage/trunk/libstageplugin/p_driver.h  2009-08-19 16:26:15 UTC (rev 
8210)
@@ -170,26 +170,26 @@
   virtual void Publish( void );
 };
 
-class InterfaceAio : public InterfaceModel
-{
- public:
-  InterfaceAio( player_devaddr_t addr, StgDriver* driver, ConfigFile* cf, int 
section );
-  virtual ~InterfaceAio( void ){ /* TODO: clean up*/ };
-  virtual int ProcessMessage(QueuePointer & resp_queue,
-                             player_msghdr_t* hdr,
-                             void* data);
-  virtual void Publish( void );
-};
+/*  class InterfaceAio : public InterfaceModel */
+/* { */
+/*  public: */
+/*   InterfaceAio( player_devaddr_t addr, StgDriver* driver, ConfigFile* cf, 
int section ); */
+/*   virtual ~InterfaceAio( void ){ /\* TODO: clean up*\/ }; */
+/*   virtual int ProcessMessage(QueuePointer & resp_queue, */
+/*                           player_msghdr_t* hdr, */
+/*                           void* data); */
+/*   virtual void Publish( void ); */
+/* }; */
 
 
-class InterfaceDio : public InterfaceModel
-{
-public:
-       InterfaceDio(player_devaddr_t addr, StgDriver* driver, ConfigFile* cf, 
int section);
-       virtual ~InterfaceDio();
-       virtual int ProcessMessage(QueuePointer & resp_queue, player_msghdr_t* 
hdr, void* data);
-       virtual void Publish();
-};
+/* class InterfaceDio : public InterfaceModel */
+/* { */
+/* public: */
+/*     InterfaceDio(player_devaddr_t addr, StgDriver* driver, ConfigFile* cf, 
int section); */
+/*     virtual ~InterfaceDio(); */
+/*     virtual int ProcessMessage(QueuePointer & resp_queue, player_msghdr_t* 
hdr, void* data); */
+/*     virtual void Publish(); */
+/* }; */
 
 
 class InterfacePower : public InterfaceModel


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to