diff OrthancServer/DicomProtocol/ReusableDicomUserConnection.h @ 1453:c0bdc47165ef

code to warn about possible threading problems
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 02 Jul 2015 12:26:44 +0200
parents d710ea64f0fd
children b1291df2f780
line wrap: on
line diff
--- a/OrthancServer/DicomProtocol/ReusableDicomUserConnection.h	Thu Jul 02 11:35:41 2015 +0200
+++ b/OrthancServer/DicomProtocol/ReusableDicomUserConnection.h	Thu Jul 02 12:26:44 2015 +0200
@@ -81,6 +81,8 @@
     virtual ~ReusableDicomUserConnection();
 
     void SetMillisecondsBeforeClose(uint64_t ms);
+
+    void Finalize();
   };
 }