| 3366 | who = OTHER; |
| 3367 | } |
| 3368 | forceinline ViewTraceInfo::What |
| 3369 | ViewTraceInfo::what(void) const { |
| 3370 | return static_cast<What>(who & 3); |
| 3371 | } |
| 3372 | forceinline const Propagator& |
| 3373 | ViewTraceInfo::propagator(void) const { |
| 3374 | assert(what() == PROPAGATOR); |
no outgoing calls