comparison Core/DicomNetworking/DicomAssociation.cpp @ 3830:447880856ce8

removing deprecated DicomUserControl from OrthancRestModalities.cpp
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 10 Apr 2020 17:29:11 +0200
parents 3d1bb2193832
children 138d0dde41b5
comparison
equal deleted inserted replaced
3828:3d1bb2193832 3830:447880856ce8
207 { 207 {
208 if (isOpen_) 208 if (isOpen_)
209 { 209 {
210 return; // Already open 210 return; // Already open
211 } 211 }
212 212
213 // Timeout used during association negociation and ASC_releaseAssociation() 213 // Timeout used during association negociation and ASC_releaseAssociation()
214 uint32_t acseTimeout = parameters.GetTimeout(); 214 uint32_t acseTimeout = parameters.GetTimeout();
215 if (acseTimeout == 0) 215 if (acseTimeout == 0)
216 { 216 {
217 /** 217 /**