]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspsocket.h
Remove unneeded ProtocolInterface::Introduce
[user/henk/code/inspircd.git] / include / inspsocket.h
index 9d5375f8c315ce1eeb7a76f2c0fdf4876c564eb0..32f2dab1a7d9861d7080be243aaa2bb2ccb81737 100644 (file)
@@ -3,7 +3,7 @@
  *       +------------------------------------+
  *
  *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
- * See: http://www.inspircd.org/wiki/index.php/Credits
+ * See: http://wiki.inspircd.org/Credits
  *
  * This program is free but copyrighted software; see
  *         the file COPYING for details.
@@ -171,6 +171,10 @@ class CoreExport BufferedSocket : public EventHandler
         */
        bool BindAddr(const std::string &ip);
 
+       /** (really) Try bind to a given IP setup. For internal use only.
+        */
+       bool DoBindMagic(const std::string &current_ip);
+
        /**
         * The default constructor does nothing
         * and should not be used.
@@ -236,7 +240,7 @@ class CoreExport BufferedSocket : public EventHandler
        virtual bool OnDataReady();
 
        /**
-        * When it is ok to write to the socket, and a 
+        * When it is ok to write to the socket, and a
         * write event was requested, this method is
         * triggered.
         *
@@ -345,4 +349,3 @@ class CoreExport BufferedSocket : public EventHandler
 };
 
 #endif
-