diff OrthancServer/Internals/CommandDispatcher.h @ 2068:879f3be759ef

renames to make code clearer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 13 Jul 2016 16:10:25 +0200
parents b1291df2f780
children ddc75c6c712d
line wrap: on
line diff
--- a/OrthancServer/Internals/CommandDispatcher.h	Wed Jul 13 15:55:50 2016 +0200
+++ b/OrthancServer/Internals/CommandDispatcher.h	Wed Jul 13 16:10:25 2016 +0200
@@ -46,7 +46,7 @@
     class CommandDispatcher : public IRunnableBySteps
     {
     private:
-      uint32_t clientTimeout_;
+      uint32_t associationTimeout_;
       uint32_t elapsedTimeSinceLastCommand_;
       const DicomServer& server_;
       T_ASC_Association* assoc_;
@@ -69,7 +69,7 @@
         calledAet_(calledAet),
         filter_(filter)
       {
-        clientTimeout_ = server.GetClientTimeout();
+        associationTimeout_ = server.GetAssociationTimeout();
         elapsedTimeSinceLastCommand_ = 0;
       }