ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Represent/Represent.hpp
(Generate patch)

Comparing Represent/Represent.hpp (file contents):
Revision 373 by douglas, 2004-12-22T17:27:28-08:00 vs.
Revision 379 by douglas, 2004-12-22T20:42:52-08:00

# Line 15 | Line 15
15  
16   #include <menes-api/console.hpp>
17   #include <menes-ios/string.hpp>
18 + #include <menes-xml/textwriter.hpp>
19  
20 < #define _sforeach(type, item, set) \
20 <        for (bool _stop(true); _stop; ) \
21 <                for (const type& _set = set; _stop; _stop = false) \
22 <                        _for (type::const_iterator, item, _set.begin(), _set.end())
20 > #include <map>
21  
22   class Represent
23   {
24   private:
25 +        std::multimap<std::string, std::string> cgi;
26 +        void parse();
27   public:
28          Represent();
29   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines