Changeset 11250 for trunk/FACT++
- Timestamp:
- 07/04/11 20:50:33 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/DimSetup.cc
r11010 r11250 170 170 const char *GetLocalIp() 171 171 { 172 return Dim::GetLocalIp().c_str(); 172 static string rc; 173 rc = Dim::GetLocalIp(); 174 return rc.c_str(); 173 175 } 174 176 }
Note:
See TracChangeset
for help on using the changeset viewer.