20#ifndef INCLUDE_OLA_BASE_ENV_H_
21#define INCLUDE_OLA_BASE_ENV_H_
36bool GetEnv(
const std::string &var, std::string *value);
The namespace containing all OLA symbols.
Definition Credentials.cpp:44
bool GetEnv(const string &var, string *value)
Get the value of an environment variable.
Definition Env.cpp:29