Changeset 3465 for plugins/branches/0185_GEN_PHYSICS_REFACTOR_2/ZBoostNetworking/src/HTTP/RequestHandler.cpp
- Timestamp:
- 02/27/10 00:34:43 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/branches/0185_GEN_PHYSICS_REFACTOR_2/ZBoostNetworking/src/HTTP/RequestHandler.cpp
r3420 r3465 82 82 std::for_each(_begin, _end, std::cout << boost::lambda::_1); 83 83 84 boost::spirit:: parse_info<iterator_t> info = boost::spirit::parse(_begin, _end, m_grammar);84 boost::spirit::classic::parse_info<iterator_t> info = boost::spirit::classic::parse(_begin, _end, m_grammar); 85 85 86 86 // TODO Read some more if not all of it was read.
