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 370 by douglas, 2004-12-21T22:04:06-08:00 vs.
Revision 380 by douglas, 2004-12-23T01:07:33-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 + #include <map>
21  
22   class Represent
23   {
24   private:
25 +        std::multimap<std::string, std::string> cgi;
26 +        void parse();
27 +        void headings(xml::TextWriter& xhtml);
28 +        void form(xml::TextWriter& xhtml);
29   public:
30          Represent();
31   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines