mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
Add bool FairMQTransportFactory::SubscribedToRegionEvents()
This commit is contained in:
@@ -174,6 +174,11 @@ void TransportFactory::SubscribeToRegionEvents(RegionEventCallback callback)
|
||||
fManager->SubscribeToRegionEvents(callback);
|
||||
}
|
||||
|
||||
bool TransportFactory::SubscribedToRegionEvents()
|
||||
{
|
||||
return fManager->SubscribedToRegionEvents();
|
||||
}
|
||||
|
||||
void TransportFactory::UnsubscribeFromRegionEvents()
|
||||
{
|
||||
fManager->UnsubscribeFromRegionEvents();
|
||||
|
Reference in New Issue
Block a user