#ifndef FAIRMQTOOLS_H_ #define FAIRMQTOOLS_H_ #warning "This header file is deprecated. Include instead. Note, that the namespace FairMQ::tools has been changed to fair::mq::tools in the new header." #include #include #include #include namespace FairMQ { namespace tools { using fair::mq::tools::make_unique; using fair::mq::tools::HashEnum; using fair::mq::tools::getHostIPs; using fair::mq::tools::getInterfaceIP; using fair::mq::tools::getDefaultRouteNetworkInterface; using fair::mq::tools::S; using fair::mq::tools::Version; } // namespace tools } // namespace FairMQ #endif // FAIRMQTOOLS_H_