Skip to content

Commit 1ee9800

Browse files
authored
Apply suggestions from code review
Co-authored-by: Anton Alkin <anton.alkin@cern.ch>
1 parent 95fb4af commit 1ee9800

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Framework/Core/include/Framework/FairMQDeviceProxy.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ class FairMQDeviceProxy
6565
[[nodiscard]] ChannelIndex getForwardChannelIndexByName(std::string const& channelName) const;
6666
/// Retrieve the channel index from a given OutputSpec and the associated timeslice
6767
[[nodiscard]] ChannelIndex getOutputChannelIndex(OutputSpec const& spec, size_t timeslice) const;
68+
#if (FAIRMQ_VERSION_DEC >= 111000)
6869
/// Retrieve the pointer-reconstruction function for the shm manager for a given input spec
6970
[[nodiscard]] PointerReconstructor getShmPointerReconstructor(InputSpec const& spec, size_t timeslice);
70-
#if (FAIRMQ_VERSION_DEC >= 111000)
71+
#endif
7172
/// Retrieve the channel index from a given OutputSpec and the associated timeslice
7273
void getMatchingForwardChannelIndexes(std::vector<ChannelIndex>& result, header::DataHeader const& header, size_t timeslice) const;
73-
#endif
7474
/// ChannelIndex from a RouteIndex
7575
[[nodiscard]] ChannelIndex getOutputChannelIndex(RouteIndex routeIndex) const;
7676
[[nodiscard]] ChannelIndex getInputChannelIndex(RouteIndex routeIndex) const;

0 commit comments

Comments
 (0)