-------------------------------------------------------------------------------
| 306 | |
| 307 | //------------------------------------------------------------------------------- |
| 308 | void vtkRemoteSession::UpdateStatesFromObjects() |
| 309 | { |
| 310 | return vtkSessionUpdateStatesFromObjects(this->Session); |
| 311 | } |
| 312 | |
| 313 | //------------------------------------------------------------------------------- |
| 314 | void vtkRemoteSession::PruneUnusedBlobs() |
nothing calls this directly
no test coverage detected