Revision: 8521 http://playerstage.svn.sourceforge.net/playerstage/?rev=8521&view=rev Author: rtv Date: 2010-01-19 23:46:59 +0000 (Tue, 19 Jan 2010)
Log Message: ----------- added revision keyword props to all source files Modified Paths: -------------- code/stage/trunk/libstage/canvas.cc code/stage/trunk/libstage/charger.cc code/stage/trunk/libstage/model_actuator.cc code/stage/trunk/libstage/option.hh code/stage/trunk/libstage/powerpack.cc code/stage/trunk/libstage/stage.cc code/stage/trunk/libstage/stage.hh code/stage/trunk/libstage/stagecpp.cc code/stage/trunk/libstage/texture_manager.cc code/stage/trunk/libstage/worldfile.cc code/stage/trunk/libstage/worldfile.hh code/stage/trunk/libstage/worldgui.cc code/stage/trunk/libstageplugin/p_actarray.cc code/stage/trunk/libstageplugin/p_blobfinder.cc code/stage/trunk/libstageplugin/p_bumper.cc code/stage/trunk/libstageplugin/p_driver.cc code/stage/trunk/libstageplugin/p_fiducial.cc code/stage/trunk/libstageplugin/p_graphics.cc code/stage/trunk/libstageplugin/p_gripper.cc code/stage/trunk/libstageplugin/p_laser.cc code/stage/trunk/libstageplugin/p_localize.cc code/stage/trunk/libstageplugin/p_map.cc code/stage/trunk/libstageplugin/p_position.cc code/stage/trunk/libstageplugin/p_power.cc code/stage/trunk/libstageplugin/p_ptz.cc code/stage/trunk/libstageplugin/p_simulation.cc code/stage/trunk/libstageplugin/p_sonar.cc code/stage/trunk/libstageplugin/p_speech.cc code/stage/trunk/libstageplugin/p_wifi.cc code/stage/trunk/libstageplugin/stg_time.cc Property Changed: ---------------- code/stage/trunk/libstage/ancestor.cc code/stage/trunk/libstage/block.cc code/stage/trunk/libstage/blockgroup.cc code/stage/trunk/libstage/camera.cc code/stage/trunk/libstage/canvas.cc code/stage/trunk/libstage/canvas.hh code/stage/trunk/libstage/charger.cc code/stage/trunk/libstage/color.cc code/stage/trunk/libstage/file_manager.cc code/stage/trunk/libstage/file_manager.hh code/stage/trunk/libstage/gl.cc code/stage/trunk/libstage/glutgraphics.cc code/stage/trunk/libstage/logentry.cc code/stage/trunk/libstage/logo.cc code/stage/trunk/libstage/main.cc code/stage/trunk/libstage/model.cc code/stage/trunk/libstage/model_actuator.cc code/stage/trunk/libstage/model_blinkenlight.cc code/stage/trunk/libstage/model_blobfinder.cc code/stage/trunk/libstage/model_callbacks.cc code/stage/trunk/libstage/model_camera.cc code/stage/trunk/libstage/model_draw.cc code/stage/trunk/libstage/model_fiducial.cc code/stage/trunk/libstage/model_getset.cc code/stage/trunk/libstage/model_gripper.cc code/stage/trunk/libstage/model_laser.cc code/stage/trunk/libstage/model_lightindicator.cc code/stage/trunk/libstage/model_load.cc code/stage/trunk/libstage/model_position.cc code/stage/trunk/libstage/model_props.cc code/stage/trunk/libstage/model_ranger.cc code/stage/trunk/libstage/model_wifi.cc code/stage/trunk/libstage/option.cc code/stage/trunk/libstage/option.hh code/stage/trunk/libstage/options_dlg.cc code/stage/trunk/libstage/options_dlg.hh code/stage/trunk/libstage/powerpack.cc code/stage/trunk/libstage/puck.cc code/stage/trunk/libstage/region.cc code/stage/trunk/libstage/region.hh code/stage/trunk/libstage/stage.cc code/stage/trunk/libstage/stage.hh code/stage/trunk/libstage/stagecpp.cc code/stage/trunk/libstage/texture_manager.cc code/stage/trunk/libstage/texture_manager.hh code/stage/trunk/libstage/typetable.cc code/stage/trunk/libstage/vis_strip.cc code/stage/trunk/libstage/world.cc code/stage/trunk/libstage/worldfile.cc code/stage/trunk/libstage/worldfile.hh code/stage/trunk/libstage/worldgui.cc code/stage/trunk/libstageplugin/p_actarray.cc code/stage/trunk/libstageplugin/p_blobfinder.cc code/stage/trunk/libstageplugin/p_bumper.cc code/stage/trunk/libstageplugin/p_driver.cc code/stage/trunk/libstageplugin/p_fiducial.cc code/stage/trunk/libstageplugin/p_graphics.cc code/stage/trunk/libstageplugin/p_gripper.cc code/stage/trunk/libstageplugin/p_laser.cc code/stage/trunk/libstageplugin/p_localize.cc code/stage/trunk/libstageplugin/p_map.cc code/stage/trunk/libstageplugin/p_position.cc code/stage/trunk/libstageplugin/p_power.cc code/stage/trunk/libstageplugin/p_ptz.cc code/stage/trunk/libstageplugin/p_simulation.cc code/stage/trunk/libstageplugin/p_sonar.cc code/stage/trunk/libstageplugin/p_speech.cc code/stage/trunk/libstageplugin/p_wifi.cc code/stage/trunk/libstageplugin/stg_time.cc code/stage/trunk/webstage/webstage.cc Property changes on: code/stage/trunk/libstage/ancestor.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Property changes on: code/stage/trunk/libstage/block.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Property changes on: code/stage/trunk/libstage/blockgroup.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Property changes on: code/stage/trunk/libstage/camera.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Modified: code/stage/trunk/libstage/canvas.cc =================================================================== --- code/stage/trunk/libstage/canvas.cc 2010-01-19 23:34:38 UTC (rev 8520) +++ code/stage/trunk/libstage/canvas.cc 2010-01-19 23:46:59 UTC (rev 8521) @@ -7,7 +7,7 @@ Alex Couture-Beil (as...@sfu.ca) Jeremy Asher (jr...@sfu.ca) - $Id: canvas.cc 8330 2009-10-27 19:13:58Z rtv $ + $Id$ */ #include "stage.hh" Property changes on: code/stage/trunk/libstage/canvas.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Property changes on: code/stage/trunk/libstage/canvas.hh ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Modified: code/stage/trunk/libstage/charger.cc =================================================================== --- code/stage/trunk/libstage/charger.cc 2010-01-19 23:34:38 UTC (rev 8520) +++ code/stage/trunk/libstage/charger.cc 2010-01-19 23:46:59 UTC (rev 8521) @@ -2,7 +2,7 @@ Simple model of energy storage Richard Vaughan Created 2009.1.15 - SVN: $Id: stage.hh 7279 2009-01-18 00:10:21Z rtv $ + SVN: $Id$ */ Property changes on: code/stage/trunk/libstage/charger.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Property changes on: code/stage/trunk/libstage/color.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Property changes on: code/stage/trunk/libstage/file_manager.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Property changes on: code/stage/trunk/libstage/file_manager.hh ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Property changes on: code/stage/trunk/libstage/gl.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Property changes on: code/stage/trunk/libstage/glutgraphics.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Property changes on: code/stage/trunk/libstage/logentry.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Property changes on: code/stage/trunk/libstage/logo.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Property changes on: code/stage/trunk/libstage/main.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Property changes on: code/stage/trunk/libstage/model.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Modified: code/stage/trunk/libstage/model_actuator.cc =================================================================== --- code/stage/trunk/libstage/model_actuator.cc 2010-01-19 23:34:38 UTC (rev 8520) +++ code/stage/trunk/libstage/model_actuator.cc 2010-01-19 23:46:59 UTC (rev 8521) @@ -7,7 +7,7 @@ // CVS info: // $Source: /home/tcollett/stagecvs/playerstage-cvs/code/stage/libstage/model_position.cc,v $ // $Author: rtv $ -// $Revision: 1.5 $ +// $Revision$ // /////////////////////////////////////////////////////////////////////////// Property changes on: code/stage/trunk/libstage/model_actuator.cc ___________________________________________________________________ Added: svn:keywords + Id Revision Property changes on: code/stage/trunk/libstage/model_blinkenlight.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Property changes on: code/stage/trunk/libstage/model_blobfinder.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Property changes on: code/stage/trunk/libstage/model_callbacks.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Property changes on: code/stage/trunk/libstage/model_camera.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Property changes on: code/stage/trunk/libstage/model_draw.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Property changes on: code/stage/trunk/libstage/model_fiducial.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Property changes on: code/stage/trunk/libstage/model_getset.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Property changes on: code/stage/trunk/libstage/model_gripper.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Property changes on: code/stage/trunk/libstage/model_laser.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Property changes on: code/stage/trunk/libstage/model_lightindicator.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Property changes on: code/stage/trunk/libstage/model_load.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Property changes on: code/stage/trunk/libstage/model_position.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Property changes on: code/stage/trunk/libstage/model_props.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Property changes on: code/stage/trunk/libstage/model_ranger.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Property changes on: code/stage/trunk/libstage/model_wifi.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Property changes on: code/stage/trunk/libstage/option.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Modified: code/stage/trunk/libstage/option.hh =================================================================== --- code/stage/trunk/libstage/option.hh 2010-01-19 23:34:38 UTC (rev 8520) +++ code/stage/trunk/libstage/option.hh 2010-01-19 23:46:59 UTC (rev 8521) @@ -14,7 +14,7 @@ Used to pass settings between the GUI and the drawing classes Author: Jeremy Asher, Richard Vaughan - SVN: $Id: option.hh 8061 2009-07-21 01:49:26Z rtv $ + SVN: $Id$ */ class Option { private: Property changes on: code/stage/trunk/libstage/option.hh ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Property changes on: code/stage/trunk/libstage/options_dlg.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Property changes on: code/stage/trunk/libstage/options_dlg.hh ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Modified: code/stage/trunk/libstage/powerpack.cc =================================================================== --- code/stage/trunk/libstage/powerpack.cc 2010-01-19 23:34:38 UTC (rev 8520) +++ code/stage/trunk/libstage/powerpack.cc 2010-01-19 23:46:59 UTC (rev 8521) @@ -2,7 +2,7 @@ Simple model of energy storage Richard Vaughan Created 2009.1.15 - SVN: $Id: stage.hh 7279 2009-01-18 00:10:21Z rtv $ + SVN: $Id$ */ #include "stage.hh" Property changes on: code/stage/trunk/libstage/powerpack.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Property changes on: code/stage/trunk/libstage/puck.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Property changes on: code/stage/trunk/libstage/region.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Property changes on: code/stage/trunk/libstage/region.hh ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Modified: code/stage/trunk/libstage/stage.cc =================================================================== --- code/stage/trunk/libstage/stage.cc 2010-01-19 23:34:38 UTC (rev 8520) +++ code/stage/trunk/libstage/stage.cc 2010-01-19 23:46:59 UTC (rev 8521) @@ -18,6 +18,7 @@ return VERSION; } + void Stg::Init( int* argc, char** argv[] ) { PRINT_DEBUG( "Stg::Init()" ); Property changes on: code/stage/trunk/libstage/stage.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Modified: code/stage/trunk/libstage/stage.hh =================================================================== --- code/stage/trunk/libstage/stage.hh 2010-01-19 23:34:38 UTC (rev 8520) +++ code/stage/trunk/libstage/stage.hh 2010-01-19 23:46:59 UTC (rev 8521) @@ -28,7 +28,7 @@ * Desc: External header file for the Stage library * Author: Richard Vaughan (vaug...@sfu.ca) * Date: 1 June 2003 - * SVN: $Id: stage.hh 8516 2010-01-19 22:57:20Z rtv $ + * SVN: $Id$ */ // C libs @@ -108,8 +108,6 @@ number. */ const char* Version(); - const int REVISION = $Rev$; - /** Copyright string */ const char COPYRIGHT[] = "Copyright Richard Vaughan and contributors 2000-2009"; Property changes on: code/stage/trunk/libstage/stage.hh ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Modified: code/stage/trunk/libstage/stagecpp.cc =================================================================== --- code/stage/trunk/libstage/stagecpp.cc 2010-01-19 23:34:38 UTC (rev 8520) +++ code/stage/trunk/libstage/stagecpp.cc 2010-01-19 23:46:59 UTC (rev 8521) @@ -1,6 +1,6 @@ // Thin-as-possible C Wrappers for C++ worldfile calls, using a single static worldfile. // This is a hacky use of the old C++ worldfile code. -// $Id: stagecpp.cc 7151 2008-11-15 03:11:20Z rtv $ +// $Id$ #include "stage_internal.h" #include "gui.h" Property changes on: code/stage/trunk/libstage/stagecpp.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Modified: code/stage/trunk/libstage/texture_manager.cc =================================================================== --- code/stage/trunk/libstage/texture_manager.cc 2010-01-19 23:34:38 UTC (rev 8520) +++ code/stage/trunk/libstage/texture_manager.cc 2010-01-19 23:46:59 UTC (rev 8521) @@ -3,7 +3,7 @@ * Stage * * Created by Alex Couture-Beil on 03/06/08. - * $Id: texture_manager.cc 8070 2009-07-22 06:41:10Z rtv $ + * $Id$ */ #include <sstream> Property changes on: code/stage/trunk/libstage/texture_manager.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Property changes on: code/stage/trunk/libstage/texture_manager.hh ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Property changes on: code/stage/trunk/libstage/typetable.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Property changes on: code/stage/trunk/libstage/vis_strip.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Property changes on: code/stage/trunk/libstage/world.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Modified: code/stage/trunk/libstage/worldfile.cc =================================================================== --- code/stage/trunk/libstage/worldfile.cc 2010-01-19 23:34:38 UTC (rev 8520) +++ code/stage/trunk/libstage/worldfile.cc 2010-01-19 23:46:59 UTC (rev 8521) @@ -24,7 +24,7 @@ * Douglas S. Blank <dbl...@brynmawr.edu> * * Date: 15 Nov 2001 - * CVS info: $Id: worldfile.cc 8313 2009-10-20 16:55:31Z rtv $ + * CVS info: $Id$ */ #include <assert.h> Property changes on: code/stage/trunk/libstage/worldfile.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Modified: code/stage/trunk/libstage/worldfile.hh =================================================================== --- code/stage/trunk/libstage/worldfile.hh 2010-01-19 23:34:38 UTC (rev 8520) +++ code/stage/trunk/libstage/worldfile.hh 2010-01-19 23:46:59 UTC (rev 8521) @@ -21,7 +21,7 @@ * Desc: A class for reading in the world file. * Author: Andrew Howard, Richard Vaughan * Date: 15 Nov 2001 - * CVS info: $Id: worldfile.hh 8264 2009-09-26 01:28:12Z rtv $ + * CVS info: $Id$ */ #ifndef WORLDFILE_HH Property changes on: code/stage/trunk/libstage/worldfile.hh ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Modified: code/stage/trunk/libstage/worldgui.cc =================================================================== --- code/stage/trunk/libstage/worldgui.cc 2010-01-19 23:34:38 UTC (rev 8520) +++ code/stage/trunk/libstage/worldgui.cc 2010-01-19 23:46:59 UTC (rev 8521) @@ -3,7 +3,7 @@ Authors: Richard Vaughan (vaug...@sfu.ca) Alex Couture-Beil (as...@sfu.ca) Jeremy Asher (jr...@sfu.ca) - SVN: $Id: worldgui.cc 8329 2009-10-27 06:30:39Z rtv $ + SVN: $Id$ */ /** @defgroup worldgui World with Graphical User Interface Property changes on: code/stage/trunk/libstage/worldgui.cc ___________________________________________________________________ Modified: svn:keywords - Revision + Id Revision Modified: code/stage/trunk/libstageplugin/p_actarray.cc =================================================================== --- code/stage/trunk/libstageplugin/p_actarray.cc 2010-01-19 23:34:38 UTC (rev 8520) +++ code/stage/trunk/libstageplugin/p_actarray.cc 2010-01-19 23:46:59 UTC (rev 8521) @@ -23,7 +23,7 @@ * Desc: A plugin driver for Player that gives access to Stage devices. * Author: Richard Vaughan * Date: 10 December 2004 - * CVS: $Id: p_position.cc,v 1.2 2008-01-15 01:25:42 rtv Exp $ + * CVS: $Id$ */ // DOCUMENTATION ------------------------------------------------------------ Property changes on: code/stage/trunk/libstageplugin/p_actarray.cc ___________________________________________________________________ Added: svn:keywords + Id Revision Modified: code/stage/trunk/libstageplugin/p_blobfinder.cc =================================================================== --- code/stage/trunk/libstageplugin/p_blobfinder.cc 2010-01-19 23:34:38 UTC (rev 8520) +++ code/stage/trunk/libstageplugin/p_blobfinder.cc 2010-01-19 23:46:59 UTC (rev 8521) @@ -23,7 +23,7 @@ * Desc: A plugin driver for Player that gives access to Stage devices. * Author: Richard Vaughan * Date: 10 December 2004 - * CVS: $Id: p_blobfinder.cc,v 1.2 2008-01-15 01:25:42 rtv Exp $ + * CVS: $Id$ */ // DOCUMENTATION Property changes on: code/stage/trunk/libstageplugin/p_blobfinder.cc ___________________________________________________________________ Added: svn:keywords + Id Revision Modified: code/stage/trunk/libstageplugin/p_bumper.cc =================================================================== --- code/stage/trunk/libstageplugin/p_bumper.cc 2010-01-19 23:34:38 UTC (rev 8520) +++ code/stage/trunk/libstageplugin/p_bumper.cc 2010-01-19 23:46:59 UTC (rev 8521) @@ -23,7 +23,7 @@ * Desc: A plugin driver for Player that gives access to Stage devices. * Author: Richard Vaughan * Date: 10 December 2004 - * CVS: $Id: p_bumper.cc,v 1.2 2008-01-15 01:25:42 rtv Exp $ + * CVS: $Id$ */ // DOCUMENTATION ------------------------------------------------------------ Property changes on: code/stage/trunk/libstageplugin/p_bumper.cc ___________________________________________________________________ Added: svn:keywords + Id Revision Modified: code/stage/trunk/libstageplugin/p_driver.cc =================================================================== --- code/stage/trunk/libstageplugin/p_driver.cc 2010-01-19 23:34:38 UTC (rev 8520) +++ code/stage/trunk/libstageplugin/p_driver.cc 2010-01-19 23:46:59 UTC (rev 8521) @@ -22,7 +22,7 @@ * Desc: A plugin driver for Player that gives access to Stage devices. * Author: Richard Vaughan * Date: 10 December 2004 - * CVS: $Id: p_driver.cc,v 1.2 2008-01-15 01:25:42 rtv Exp $ + * CVS: $Id$ */ // DOCUMENTATION ------------------------------------------------------------ Property changes on: code/stage/trunk/libstageplugin/p_driver.cc ___________________________________________________________________ Added: svn:keywords + Id Revision Modified: code/stage/trunk/libstageplugin/p_fiducial.cc =================================================================== --- code/stage/trunk/libstageplugin/p_fiducial.cc 2010-01-19 23:34:38 UTC (rev 8520) +++ code/stage/trunk/libstageplugin/p_fiducial.cc 2010-01-19 23:46:59 UTC (rev 8521) @@ -23,7 +23,7 @@ * Desc: A plugin driver for Player that gives access to Stage devices. * Author: Richard Vaughan * Date: 10 December 2004 - * CVS: $Id: p_fiducial.cc,v 1.2 2008-01-15 01:25:42 rtv Exp $ + * CVS: $Id$ */ // DOCUMENTATION Property changes on: code/stage/trunk/libstageplugin/p_fiducial.cc ___________________________________________________________________ Added: svn:keywords + Id Revision Modified: code/stage/trunk/libstageplugin/p_graphics.cc =================================================================== --- code/stage/trunk/libstageplugin/p_graphics.cc 2010-01-19 23:34:38 UTC (rev 8520) +++ code/stage/trunk/libstageplugin/p_graphics.cc 2010-01-19 23:46:59 UTC (rev 8521) @@ -22,7 +22,7 @@ * Desc: A plugin driver for Player that gives access to Stage devices. * Author: Richard Vaughan * Date: 10 December 2004 - * CVS: $Id: p_graphics3d.cc,v 1.2 2008-01-15 01:25:42 rtv Exp $ + * CVS: $Id$ */ #include "p_driver.h" Property changes on: code/stage/trunk/libstageplugin/p_graphics.cc ___________________________________________________________________ Added: svn:keywords + Id Revision Modified: code/stage/trunk/libstageplugin/p_gripper.cc =================================================================== --- code/stage/trunk/libstageplugin/p_gripper.cc 2010-01-19 23:34:38 UTC (rev 8520) +++ code/stage/trunk/libstageplugin/p_gripper.cc 2010-01-19 23:46:59 UTC (rev 8521) @@ -23,7 +23,7 @@ * Desc: A plugin driver for Player that gives access to Stage devices. * Author: Richard Vaughan * Date: 10 December 2004 - * CVS: $Id: p_gripper.cc,v 1.2 2008-01-15 01:25:42 rtv Exp $ + * CVS: $Id$ */ Property changes on: code/stage/trunk/libstageplugin/p_gripper.cc ___________________________________________________________________ Added: svn:keywords + Id Revision Modified: code/stage/trunk/libstageplugin/p_laser.cc =================================================================== --- code/stage/trunk/libstageplugin/p_laser.cc 2010-01-19 23:34:38 UTC (rev 8520) +++ code/stage/trunk/libstageplugin/p_laser.cc 2010-01-19 23:46:59 UTC (rev 8521) @@ -23,7 +23,7 @@ * Desc: A plugin driver for Player that gives access to Stage devices. * Author: Richard Vaughan * Date: 10 December 2004 - * CVS: $Id: p_laser.cc,v 1.2 2008-01-15 01:25:42 rtv Exp $ + * CVS: $Id$ */ // DOCUMENTATION ------------------------------------------------------------ Property changes on: code/stage/trunk/libstageplugin/p_laser.cc ___________________________________________________________________ Added: svn:keywords + Id Revision Modified: code/stage/trunk/libstageplugin/p_localize.cc =================================================================== --- code/stage/trunk/libstageplugin/p_localize.cc 2010-01-19 23:34:38 UTC (rev 8520) +++ code/stage/trunk/libstageplugin/p_localize.cc 2010-01-19 23:46:59 UTC (rev 8521) @@ -23,7 +23,7 @@ * Desc: A plugin driver for Player that gives access to Stage devices. * Author: Richard Vaughan * Date: 10 December 2004 - * CVS: $Id: p_localize.cc,v 1.2 2008-01-15 01:25:42 rtv Exp $ + * CVS: $Id$ */ // DOCUMENTATION ------------------------------------------------------------ Property changes on: code/stage/trunk/libstageplugin/p_localize.cc ___________________________________________________________________ Added: svn:keywords + Id Revision Modified: code/stage/trunk/libstageplugin/p_map.cc =================================================================== --- code/stage/trunk/libstageplugin/p_map.cc 2010-01-19 23:34:38 UTC (rev 8520) +++ code/stage/trunk/libstageplugin/p_map.cc 2010-01-19 23:46:59 UTC (rev 8521) @@ -23,7 +23,7 @@ * Desc: A plugin driver for Player that gives access to Stage devices. * Author: Richard Vaughan * Date: 10 December 2004 - * CVS: $Id: p_map.cc,v 1.2 2008-01-15 01:25:42 rtv Exp $ + * CVS: $Id$ */ #include "p_driver.h" Property changes on: code/stage/trunk/libstageplugin/p_map.cc ___________________________________________________________________ Added: svn:keywords + Id Revision Modified: code/stage/trunk/libstageplugin/p_position.cc =================================================================== --- code/stage/trunk/libstageplugin/p_position.cc 2010-01-19 23:34:38 UTC (rev 8520) +++ code/stage/trunk/libstageplugin/p_position.cc 2010-01-19 23:46:59 UTC (rev 8521) @@ -23,7 +23,7 @@ * Desc: A plugin driver for Player that gives access to Stage devices. * Author: Richard Vaughan * Date: 10 December 2004 - * CVS: $Id: p_position.cc,v 1.2 2008-01-15 01:25:42 rtv Exp $ + * CVS: $Id$ */ // DOCUMENTATION ------------------------------------------------------------ Property changes on: code/stage/trunk/libstageplugin/p_position.cc ___________________________________________________________________ Added: svn:keywords + Id Revision Modified: code/stage/trunk/libstageplugin/p_power.cc =================================================================== --- code/stage/trunk/libstageplugin/p_power.cc 2010-01-19 23:34:38 UTC (rev 8520) +++ code/stage/trunk/libstageplugin/p_power.cc 2010-01-19 23:46:59 UTC (rev 8521) @@ -23,7 +23,7 @@ * Desc: A plugin driver for Player that gives access to Stage devices. * Author: Richard Vaughan * Date: 10 December 2004 - * CVS: $Id: p_power.cc,v 1.2 2008-01-15 01:25:42 rtv Exp $ + * CVS: $Id$ */ Property changes on: code/stage/trunk/libstageplugin/p_power.cc ___________________________________________________________________ Added: svn:keywords + Id Revision Modified: code/stage/trunk/libstageplugin/p_ptz.cc =================================================================== --- code/stage/trunk/libstageplugin/p_ptz.cc 2010-01-19 23:34:38 UTC (rev 8520) +++ code/stage/trunk/libstageplugin/p_ptz.cc 2010-01-19 23:46:59 UTC (rev 8521) @@ -23,7 +23,7 @@ * Desc: A plugin driver for Player that gives access to Stage devices. * Author: Richard Vaughan * Date: 10 December 2004 - * CVS: $Id: p_ptz.cc,v 1.2 2008-01-15 01:25:42 rtv Exp $ + * CVS: $Id$ */ // DOCUMENTATION Property changes on: code/stage/trunk/libstageplugin/p_ptz.cc ___________________________________________________________________ Added: svn:keywords + Id Revision Modified: code/stage/trunk/libstageplugin/p_simulation.cc =================================================================== --- code/stage/trunk/libstageplugin/p_simulation.cc 2010-01-19 23:34:38 UTC (rev 8520) +++ code/stage/trunk/libstageplugin/p_simulation.cc 2010-01-19 23:46:59 UTC (rev 8521) @@ -23,7 +23,7 @@ * Desc: A plugin driver for Player that gives access to Stage devices. * Author: Richard Vaughan * Date: 10 December 2004 - * CVS: $Id: p_simulation.cc,v 1.4 2008-02-21 19:52:24 rtv Exp $ + * CVS: $Id$ */ // DOCUMENTATION ------------------------------------------------------------ Property changes on: code/stage/trunk/libstageplugin/p_simulation.cc ___________________________________________________________________ Added: svn:keywords + Id Revision Modified: code/stage/trunk/libstageplugin/p_sonar.cc =================================================================== --- code/stage/trunk/libstageplugin/p_sonar.cc 2010-01-19 23:34:38 UTC (rev 8520) +++ code/stage/trunk/libstageplugin/p_sonar.cc 2010-01-19 23:46:59 UTC (rev 8521) @@ -23,7 +23,7 @@ * Desc: A plugin driver for Player that gives access to Stage devices. * Author: Richard Vaughan * Date: 10 December 2004 - * CVS: $Id: p_sonar.cc,v 1.2 2008-01-15 01:25:42 rtv Exp $ + * CVS: $Id$ */ // DOCUMENTATION ------------------------------------------------------------ Property changes on: code/stage/trunk/libstageplugin/p_sonar.cc ___________________________________________________________________ Added: svn:keywords + Id Revision Modified: code/stage/trunk/libstageplugin/p_speech.cc =================================================================== --- code/stage/trunk/libstageplugin/p_speech.cc 2010-01-19 23:34:38 UTC (rev 8520) +++ code/stage/trunk/libstageplugin/p_speech.cc 2010-01-19 23:46:59 UTC (rev 8521) @@ -23,7 +23,7 @@ * Desc: Speech player driver * Author: Pooya Karimian * Date: 21 March 2006 - * CVS: $Id: p_speech.cc,v 1.2 2008-01-15 01:25:42 rtv Exp $ + * CVS: $Id$ */ Property changes on: code/stage/trunk/libstageplugin/p_speech.cc ___________________________________________________________________ Added: svn:keywords + Id Revision Modified: code/stage/trunk/libstageplugin/p_wifi.cc =================================================================== --- code/stage/trunk/libstageplugin/p_wifi.cc 2010-01-19 23:34:38 UTC (rev 8520) +++ code/stage/trunk/libstageplugin/p_wifi.cc 2010-01-19 23:46:59 UTC (rev 8521) @@ -23,7 +23,7 @@ * Desc: A plugin driver for Player that gives access to Stage devices. * Author: Richard Vaughan * Date: 10 December 2004 - * CVS: $Id: p_wifi.cc,v 1.2 2008-01-15 01:25:42 rtv Exp $ + * CVS: $Id$ */ Property changes on: code/stage/trunk/libstageplugin/p_wifi.cc ___________________________________________________________________ Added: svn:keywords + Id Revision Modified: code/stage/trunk/libstageplugin/stg_time.cc =================================================================== --- code/stage/trunk/libstageplugin/stg_time.cc 2010-01-19 23:34:38 UTC (rev 8520) +++ code/stage/trunk/libstageplugin/stg_time.cc 2010-01-19 23:46:59 UTC (rev 8521) @@ -22,7 +22,7 @@ // Desc: Stage (simulator) time // Author: Richard Vaughan // Date: 7 May 2003 -// CVS: $Id: stg_time.cc,v 1.2 2008-01-15 01:25:42 rtv Exp $ +// CVS: $Id$ // /////////////////////////////////////////////////////////////////////////// Property changes on: code/stage/trunk/libstageplugin/stg_time.cc ___________________________________________________________________ Added: svn:keywords + Id Revision Property changes on: code/stage/trunk/webstage/webstage.cc ___________________________________________________________________ Added: svn:keywords + Id Revision This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Playerstage-commit mailing list Playerstage-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/playerstage-commit