diff OrthancFramework/Sources/DicomNetworking/Internals/GetScp.h @ 4200:7112a8af0b63

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Sep 2020 20:53:31 +0200
parents bf7b9edf6b81
children d9473bd5ed43
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomNetworking/Internals/GetScp.h	Wed Sep 16 20:28:20 2020 +0200
+++ b/OrthancFramework/Sources/DicomNetworking/Internals/GetScp.h	Wed Sep 16 20:53:31 2020 +0200
@@ -32,9 +32,9 @@
                        T_DIMSE_Message * msg, 
                        T_ASC_PresentationContextID presID,
                        IGetRequestHandler& handler,
-                       std::string remoteIp,
-                       std::string remoteAet,
-                       std::string calledAet,
+                       const std::string& remoteIp,
+                       const std::string& remoteAet,
+                       const std::string& calledAet,
                        int timeout);
   }
 }