FACT++  1.0
const char* GetLocalIp ( )

Definition at line 181 of file DimSetup.cc.

References Dim::GetLocalIp().

Referenced by main().

182  {
183  static string rc;
184  rc = Dim::GetLocalIp();
185  cout << "Setting DIM_HOST_NODE=" << rc << endl;
186  return rc.c_str();
187  }
std::string GetLocalIp(const std::string &dns="10.0.100.1")
Definition: DimSetup.cc:51

+ Here is the call graph for this function:

+ Here is the caller graph for this function: