Skip to content
Snippets Groups Projects
Commit 1663f7cc authored by Frank Berghaus's avatar Frank Berghaus :cityscape: Committed by Frank Winklmeier
Browse files

Beautify the code in ByteStreamEVentInputSvc

Three things are combined into this commit: style, adoption of recent
C++ components, and some code de-duplication. The style updates
unfortunately makes this look like a full rewrite. Indentation was set
to use two spaces. The range based for loop was adopted where suitable.
Dynamically allocated memory was migrated to be managed using unique_ptr
were possible. The clearing of existing content in the Storegate was
abstrcted into a function.
parent 319f2087
No related branches found
No related tags found
Loading
Showing
with 1411 additions and 1823 deletions
Loading
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