mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3743
This commit is contained in:
parent
b07b2bdc55
commit
4fe5110a40
|
@ -14430,3 +14430,10 @@ Daniel 2004-07-01
|
|||
client/
|
||||
cs_apps.C
|
||||
|
||||
Daniel 2004-07-01
|
||||
- Yet another file that needs "using std::string".
|
||||
|
||||
|
||||
client/
|
||||
hostinfo_unix.C
|
||||
|
||||
|
|
|
@ -69,6 +69,8 @@
|
|||
#include "client_state.h"
|
||||
#include "hostinfo_network.h"
|
||||
|
||||
using std::string;
|
||||
|
||||
// functions to get name/addr of local host
|
||||
|
||||
// Converts a int ip address to a string representation (i.e. "66.218.71.198")
|
||||
|
|
Loading…
Reference in New Issue