Define destructor for PDU_AssocThread
[yazpp-moved-to-github.git] / include / yazpp / limit-connect.h
index d8e5b36..47ae13e 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of the yazpp toolkit.
- * Copyright (C) 1998-2011 Index Data and Mike Taylor
+ * Copyright (C) 1998-2012 Index Data and Mike Taylor
  * All rights reserved.
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
@@ -41,8 +41,8 @@ namespace yazpp_1 {
         void set_period(int sec);
     private:
         struct Peer;
-        
-        int m_period; 
+
+        int m_period;
         Peer *m_peers;
         Peer **lookup(const char *peername);
     };