/******************************************************************************** * Copyright (C) 2014-2017 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * * * * This software is distributed under the terms of the * * GNU Lesser General Public Licence (LGPL) version 3, * * copied verbatim in the file "LICENSE" * ********************************************************************************/ #include "EventManager.h" #include template std::shared_ptr< fair::mq::EventManager::Signal> fair::mq::EventManager::GetSignal( const std::pair& key) const; template void fair::mq::EventManager::Subscribe( const std::string& subscriber, std::function);