Do string conversion in stream operator for AlgsExecutionStates::State
Change operator<<( std::ostream& s, AlgsExecutionStates::State x ) to convert to string instead of integer. The latter was nowhere used. Use the operator in EntityState to avoid the duplicate enum-to-string hard-coding.
Showing
- GaudiHive/src/AlgsExecutionStates.cpp 2 additions, 7 deletionsGaudiHive/src/AlgsExecutionStates.cpp
- GaudiHive/src/AlgsExecutionStates.h 28 additions, 4 deletionsGaudiHive/src/AlgsExecutionStates.h
- GaudiHive/src/AvalancheSchedulerSvc.cpp 5 additions, 7 deletionsGaudiHive/src/AvalancheSchedulerSvc.cpp
- GaudiHive/src/PrecedenceRulesGraph.cpp 1 addition, 1 deletionGaudiHive/src/PrecedenceRulesGraph.cpp
- GaudiHive/src/PrecedenceRulesGraph.h 3 additions, 20 deletionsGaudiHive/src/PrecedenceRulesGraph.h
Loading
Please register or sign in to comment