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

Last change on this file since 11005 was 11004, checked in by tbretz, 13 years ago
File size: 182 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);
9 void Setup(const std::string &dns);
10}
11
12#endif
Note: See TracBrowser for help on using the repository browser.