| 162 | } |
| 163 | |
| 164 | int |
| 165 | BasicModelBuilder::getCurrentSectionBuilder(int& tag) |
| 166 | { |
| 167 | if (section_builder_is_set) { |
| 168 | tag = current_section_builder; |
| 169 | return 0; |
| 170 | } else |
| 171 | return -1; |
| 172 | } |
| 173 | |
| 174 | void |
| 175 | BasicModelBuilder::setCurrentSectionBuilder(int tag) |
no outgoing calls
no test coverage detected