source: trunk/FACT++/src/DimSetup.h@ 11380

Last change on this file since 11380 was 11236, checked in by tbretz, 13 years ago
Changed again the default address for ocal ip resolution to a default for 'public networks' 14.0.0.1
File size: 263 bytes
Line 
1#ifndef FACT_DimSetup
2#define FACT_DimSetup
3
4#include <string>
5
6namespace Dim
7{
8 //std::string GetLocalIp(const std::string &dns="192.168.0.255");
9 std::string GetLocalIp(const std::string &dns="14.0.0.1");
10 void Setup(const std::string &dns);
11}
12
13#endif
Note: See TracBrowser for help on using the repository browser.