*** empty log message ***

svn path=/trunk/boinc/; revision=3743
This commit is contained in:
Daniel Hsu 2004-07-02 02:58:43 +00:00
parent b07b2bdc55
commit 4fe5110a40
2 changed files with 9 additions and 0 deletions

View File

@ -14430,3 +14430,10 @@ Daniel 2004-07-01
client/ client/
cs_apps.C cs_apps.C
Daniel 2004-07-01
- Yet another file that needs "using std::string".
client/
hostinfo_unix.C

View File

@ -69,6 +69,8 @@
#include "client_state.h" #include "client_state.h"
#include "hostinfo_network.h" #include "hostinfo_network.h"
using std::string;
// functions to get name/addr of local host // functions to get name/addr of local host
// Converts a int ip address to a string representation (i.e. "66.218.71.198") // Converts a int ip address to a string representation (i.e. "66.218.71.198")