mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 00:31:14 +00:00
FairMQ: Remove deprecated header <tools/FairMQTools.h>
This commit is contained in:
parent
b5e32403ea
commit
5c0178e882
|
@ -60,7 +60,6 @@ add_subdirectory(shmem/prototype)
|
|||
# libFairMQ header files #
|
||||
##########################
|
||||
set(FAIRMQ_DEPRECATED_HEADER_FILES
|
||||
tools/FairMQTools.h
|
||||
)
|
||||
set(FAIRMQ_HEADER_FILES
|
||||
${FAIRMQ_DEPRECATED_HEADER_FILES}
|
||||
|
|
|
@ -1,34 +0,0 @@
|
|||
#ifndef FAIRMQTOOLS_H_
|
||||
#define FAIRMQTOOLS_H_
|
||||
|
||||
#warning "This header file is deprecated. Include <fairmq/Tools.h> instead. Note, that the namespace FairMQ::tools has been changed to fair::mq::tools in the new header."
|
||||
|
||||
#include <fairmq/tools/CppSTL.h>
|
||||
#include <fairmq/tools/Network.h>
|
||||
#include <fairmq/tools/Strings.h>
|
||||
#include <fairmq/tools/Version.h>
|
||||
#include <fairmq/tools/Unique.h>
|
||||
|
||||
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::Uuid;
|
||||
using fair::mq::tools::UuidHash;
|
||||
|
||||
using fair::mq::tools::Version;
|
||||
|
||||
} // namespace tools
|
||||
} // namespace FairMQ
|
||||
|
||||
#endif // FAIRMQTOOLS_H_
|
Loading…
Reference in New Issue
Block a user