-------------------------------------------------------------------------------
| 222 | |
| 223 | //------------------------------------------------------------------------------- |
| 224 | bool vtkRemoteSession::StartEventLoop(vtkTypeUInt32 object) |
| 225 | { |
| 226 | return vtkSessionStartEventLoop(this->Session, object) == vtkSessionResultSuccess; |
| 227 | } |
| 228 | |
| 229 | //------------------------------------------------------------------------------- |
| 230 | bool vtkRemoteSession::StopEventLoop(vtkTypeUInt32 object) |
nothing calls this directly
no test coverage detected