Update of /cvsroot/playerstage/code/player/client_libs/libplayerc++
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21495/client_libs/libplayerc++

Modified Files:
        playerc++.h 
Log Message:
correction to laser project docs


Index: playerc++.h
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/client_libs/libplayerc++/playerc++.h,v
retrieving revision 1.91
retrieving revision 1.92
diff -C2 -d -r1.91 -r1.92
*** playerc++.h 10 Jul 2007 09:01:50 -0000      1.91
--- playerc++.h 30 Jul 2007 03:09:54 -0000      1.92
***************
*** 1130,1135 ****
      /// way of access the range data.  For example, given an @p
      /// LaserProxy named @p lp, the following expressions are
!     /// equivalent: @p lp.ranges[0], @p lp.Ranges(0),
!     /// and @p lp[0].
      double operator [] (uint index) const
        { return GetRange(index);}
--- 1130,1134 ----
      /// way of access the range data.  For example, given an @p
      /// LaserProxy named @p lp, the following expressions are
!     /// equivalent: @p lp.GetRange(0) and @p lp[0].
      double operator [] (uint index) const
        { return GetRange(index);}


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