Remove warnings
[anna.git] / include / anna / diameter.comm / Server.hpp
index 6735e5f..8d5dea9 100644 (file)
@@ -101,6 +101,9 @@ public:
    */
   Server(int maxClientSessions = 1) : a_maxClientSessions(maxClientSessions) { initialize(); }
 
+  /** Destructor */
+  virtual ~Server() {;}
+
 
   /**
   * Add a server to the entity and create all the client-sessions configured at #setSocketsPerDiameterServer within that server.