Socket: Add missing InetSocketProtocol baseclass to relevant socket protocols
[senf.git] / PPI / Module.hh
index 1c6aba1..9c19e6c 100644 (file)
@@ -289,7 +289,8 @@ namespace module {
 
     private:
 #endif
-        virtual void init();            ///< Called just before the network is run
+        void init();
+        virtual void v_init();
 
 #ifndef DOXYGEN
     public: