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

Comparing HostUpdate/HostUpdate.hpp (file contents):
Revision 19 by Douglas Thrift, 2003-11-10T19:46:19-08:00 vs.
Revision 20 by Douglas Thrift, 2003-11-10T20:11:13-08:00

# Line 48 | Line 48 | inline string sgetenv(const string& name
48          return value != NULL ? value : "";
49   }
50  
51 + class Host;
52 +
53   class HostUpdate
54   {
55   private:
# Line 55 | Line 57 | private:
57          void parse(const string& method);
58          void update(const string& agent);
59          void display();
60 +        void display(const Host& host);
61   public:
62          HostUpdate();
63 <        ~HostUpdate();
63 >        ~HostUpdate() {}
64   };
65  
66   #endif // _HostUpdate_hpp_

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines