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

Comparing HostUpdate/HostUpdate.cpp (file contents):
Revision 24 by Douglas Thrift, 2003-11-11T12:33:38-08:00 vs.
Revision 91 by Douglas Thrift, 2004-03-01T19:41:20-08:00

# Line 40 | Line 40 | HostUpdate::HostUpdate()
40          {
41                  update(agent);
42          }
43 +        else if (agent.find("Host Update Sharp/") == 0 && method == "POST" &&
44 +                agent.find(" (") != string::npos && agent.find(')') != string::npos)
45 +        {
46 +                update(agent);
47 +        }
48          else
49          {
50                  display();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines