Update of /cvsroot/boost/boost/libs/wave/samples/real_positions
In directory
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27959/libs/wave/samples/real_positions
Modified Files:
real_position_token.hpp
Log Message:
Wave: changed is_empty() to is_eoi().
Index: real_position_token.hpp
===================================================================
RCS file:
/cvsroot/boost/boost/libs/wave/samples/real_positions/real_position_token.hpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- real_position_token.hpp 3 Apr 2007 13:12:53 -0000 1.4
+++ real_position_token.hpp 3 Apr 2007 14:02:00 -0000 1.5
@@ -55,7 +55,7 @@
position_type const &get_position() const { return pos; }
position_type const &get_corrected_position() const
{ return corrected_pos; }
- bool is_empty() const { id == T_EOI; }
+ bool is_eoi() const { id == T_EOI; }
void set_token_id (boost::wave::token_id id_) { id = id_; }
void set_value (string_type const &value_) { value = value_; }
-------------------------------------------------------------------------
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
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs