Skip to content
Snippets Groups Projects
Commit f1a1e30d authored by Benedikt Hegner's avatar Benedikt Hegner
Browse files

Merge branch 'GAUDI-1277' into 'master'

Removed unnecessary methods of EventIterator

Closes GAUDI-1277

See merge request !311
parents 1f593806 0f9cf3db
No related branches found
No related tags found
1 merge request!311Removed unnecessary methods of EventIterator
Pipeline #
...@@ -86,11 +86,7 @@ public: ...@@ -86,11 +86,7 @@ public:
/// Standard constructor /// Standard constructor
EvtSelectorContext( const IEvtSelector* selector ) EvtSelectorContext( const IEvtSelector* selector )
: m_pSelector(selector) { } : m_pSelector(selector) { }
/// Standard Destructor
~EvtSelectorContext() override = default;
/// Copy constructor
virtual EvtSelectorContext& operator=(const EvtSelectorContext&) = default;
/// Stream identifier /// Stream identifier
virtual IDataStreamTool::size_type ID() const { virtual IDataStreamTool::size_type ID() const {
return m_streamID; return m_streamID;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment