| 23 | } |
| 24 | |
| 25 | TriValueBinding::~TriValueBinding() |
| 26 | { |
| 27 | ITriReroutablePtr rp( BlueCastPtr( GetCurrentDestinationObject() ) ); |
| 28 | if( rp ) |
| 29 | { |
| 30 | rp->UnregisterBinding( this ); |
| 31 | } |
| 32 | } |
| 33 | |
| 34 | void TriValueBinding::CopyValue() |
| 35 | { |
nothing calls this directly
no test coverage detected