| 83 | } |
| 84 | |
| 85 | void Tr2ActionBindRTPC::Stop( ITr2ActionController& controller ) |
| 86 | { |
| 87 | controller.UnRegisterUpdateable( *this ); |
| 88 | } |
| 89 | |
| 90 | void Tr2ActionBindRTPC::StopWithController( ITr2ActionController* controller ) |
| 91 | { |
nothing calls this directly
no test coverage detected