| 658 | } |
| 659 | |
| 660 | int |
| 661 | SectionAggregator::getOrder () const |
| 662 | { |
| 663 | int order = numMats; |
| 664 | |
| 665 | if (theSection != 0) |
| 666 | order += theSection->getOrder(); |
| 667 | |
| 668 | return order; |
| 669 | } |
| 670 | |
| 671 | int |
| 672 | SectionAggregator::commitState(void) |
no outgoing calls
no test coverage detected