ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/host/winhost/nettest.frm
(Generate patch)

Comparing projects/cms/source/host/winhost/nettest.frm (file contents):
Revision 1.34 by pjm2, Wed Mar 14 11:03:45 2001 UTC vs.
Revision 1.36 by pjm2, Mon Mar 19 10:11:15 2001 UTC

# Line 489 | Line 489 | Private Sub Timer1_Timer()
489                "<os>" & _
490                  "<netbios_name>" & netbiosName & "</netbios_name>" & _
491                  "<name>" & osName & "</name>" & _
492 <                "<version>" & osVersionMajor & "</version>" & _
492 >                "<version>" & osVersionMajor & "." & osVersionMinor & "</version>" & _
493                  "<release>" & osBuild & "</release>" & _
494 <                "<platform>" & osName & "</platform>" & _
495 <                "<minor_version>" & osVersionMinor & "</minor_version>" & _
496 <                "<processor>" & processorType & "</processor>" & _
494 >                "<platform>" & processorType & "</platform>" & _
495                  "<uptime>" & uptime & "</uptime>" & _
496                "</os>" & _
497                "<users><count>" & userCount & "</count></users>" & _

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines