diff OrthancServer/DicomProtocol/RemoteModalityParameters.h @ 812:8a36c947490c

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 08 May 2014 14:51:49 +0200
parents 566a2fb3c1fb
children 6e7e5ed91c2d
line wrap: on
line diff
--- a/OrthancServer/DicomProtocol/RemoteModalityParameters.h	Wed May 07 16:58:22 2014 +0200
+++ b/OrthancServer/DicomProtocol/RemoteModalityParameters.h	Thu May 08 14:51:49 2014 +0200
@@ -44,7 +44,6 @@
     // TODO Use the flyweight pattern for this class
 
   private:
-    std::string name_;
     std::string aet_;
     std::string host_;
     int port_;
@@ -53,16 +52,6 @@
   public:
     RemoteModalityParameters();
 
-    const std::string& GetName() const
-    {
-      return name_;
-    }
-
-    void SetName(const std::string& name)
-    {
-      name_ = name;
-    }
-
     const std::string& GetApplicationEntityTitle() const
     {
       return aet_;