]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/transport.h
Instead of re adding the HandshakeTimer in m_spanningtree, make it a reoccurring...
[user/henk/code/inspircd.git] / src / modules / transport.h
index 15a4a47aeed70744a7c1da8438595b3ccb230343..d7164fa44535574d880d7ac2b6a406aa5e9712f7 100644 (file)
@@ -2,8 +2,8 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2007 InspIRCd Development Team
- * See: http://www.inspircd.org/wiki/index.php/Credits
+ *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
+ * See: http://wiki.inspircd.org/Credits
  *
  * This program is free but copyrighted software; see
  *            the file COPYING for details.
@@ -34,7 +34,7 @@ typedef ssl_data::iterator ssl_data_iter;
  * connected local users using Extensible::Extend() and the
  * key 'ssl_cert'.
  */
-class ssl_cert
+class ssl_cert : public Extensible
 {
        /** Always contains an empty string
         */
@@ -50,7 +50,7 @@ class ssl_cert
        ssl_cert() : empty("")
        {
        }
-       
+
        /** Get certificate distinguished name
         * @return Certificate DN
         */
@@ -228,4 +228,3 @@ class BufferedSocketNameRequest : public ISHRequest
 };
 
 #endif
-