| 135 | } |
| 136 | |
| 137 | void AccumulationVolume::onRemove() |
| 138 | { |
| 139 | if ( isClientObject() ) |
| 140 | { |
| 141 | smAccuVolumes.remove(this); |
| 142 | refreshVolumes(); |
| 143 | } |
| 144 | Parent::onRemove(); |
| 145 | } |
| 146 | |
| 147 | //----------------------------------------------------------------------------- |
| 148 |