mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
SDK: Forward declare types where possible
This commit is contained in:
committed by
Dennis Klein
parent
eb9dcdd1f9
commit
a9b4788756
@@ -11,7 +11,6 @@
|
||||
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <cstdint>
|
||||
#include <fairmq/sdk/DDSEnvironment.h>
|
||||
#include <fairmq/sdk/DDSInfo.h>
|
||||
#include <istream>
|
||||
#include <memory>
|
||||
@@ -23,6 +22,8 @@ namespace fair {
|
||||
namespace mq {
|
||||
namespace sdk {
|
||||
|
||||
class DDSEnvironment;
|
||||
|
||||
/**
|
||||
* @enum DDSRMSPlugin DDSSession.h <fairmq/sdk/DDSSession.h>
|
||||
* @brief Supported DDS resource management system plugins
|
||||
|
Reference in New Issue
Block a user