Exemplo n.º 1
0
std::string Config::IniName(const Hdf& config) {
  return "hhvm" + normalize(config.getFullPath());
}
Exemplo n.º 2
0
std::string Config::IniName(const Hdf& config) {
  return Config::IniName(config.getFullPath());
}