diff --git a/include/transport/networkpluginserver.h b/include/transport/networkpluginserver.h index 8533f152f17bcc1ebff0b5e054a54d19c06430e8..7a2d569ba1247d6b5a2763ff9c4caa0bc6b70c06 100644 --- a/include/transport/networkpluginserver.h +++ b/include/transport/networkpluginserver.h @@ -66,6 +66,8 @@ class NetworkPluginServer { return m_clients; } + void collectBackend(); + void handleMessageReceived(NetworkConversation *conv, boost::shared_ptr &message); private: @@ -104,7 +106,6 @@ class NetworkPluginServer { void send(boost::shared_ptr &, const std::string &data); void pingTimeout(); - void collectBackend(); void sendPing(Backend *c); Backend *getFreeClient();