Mercurial > hg > orthanc
diff Core/DicomNetworking/DicomUserConnection.cpp @ 2601:5b6c3d77a2a1 jobs
reorganization
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 17 May 2018 17:03:40 +0200 |
parents | 140a539b4eba |
children | 73bc0c32547c |
line wrap: on
line diff
--- a/Core/DicomNetworking/DicomUserConnection.cpp Thu May 17 16:22:40 2018 +0200 +++ b/Core/DicomNetworking/DicomUserConnection.cpp Thu May 17 17:03:40 2018 +0200 @@ -1238,7 +1238,7 @@ } - void SetDefaultTimeout(uint32_t seconds) + void DicomUserConnection::SetDefaultTimeout(uint32_t seconds) { LOG(INFO) << "Default timeout for DICOM connections if Orthanc acts as SCU (client): " << seconds << " seconds (0 = no timeout)";