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

Comparing HostStatus/HostStatus.hpp (file contents):
Revision 27 by Douglas Thrift, 2003-11-14T11:38:42-08:00 vs.
Revision 29 by Douglas Thrift, 2003-11-14T12:44:58-08:00

# Line 33 | Line 33 | class HostStatus
33   {
34   private:
35          multimap<string, string> cgi;
36 <        void parse();
37 <        void mode();
38 <        void display();
36 >        enum Format {page, table};
37 >        Format format;
38 >        void parse(const string& method);
39 >        void display(const string& method);
40   public:
41          HostStatus();
42          ~HostStatus() {}

Comparing HostStatus/HostStatus.hpp (property svn:eol-style):
Revision 27 by Douglas Thrift, 2003-11-14T11:38:42-08:00 vs.
Revision 29 by Douglas Thrift, 2003-11-14T12:44:58-08:00

# Line 0 | Line 1
1 + native

Comparing HostStatus/HostStatus.hpp (property svn:keywords):
Revision 27 by Douglas Thrift, 2003-11-14T11:38:42-08:00 vs.
Revision 29 by Douglas Thrift, 2003-11-14T12:44:58-08:00

# Line 0 | Line 1
1 + Id

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines