From 347b1d8ed3a4f780f3a5c0d57a04eab05ca517a2 Mon Sep 17 00:00:00 2001 From: deva Date: Wed, 16 Aug 2006 23:49:23 +0000 Subject: Replaced the old MiavConfig class with the new Configuration class in all the the appropriate places. Crippled the MulticastConfiguration class. This must be rewritten to use the new configuration interface. --- server/multicast_configuration.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'server/multicast_configuration.cc') diff --git a/server/multicast_configuration.cc b/server/multicast_configuration.cc index 03b4a79..b9ed8db 100644 --- a/server/multicast_configuration.cc +++ b/server/multicast_configuration.cc @@ -24,6 +24,8 @@ * along with MIaV; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ + +/* #include "config.h" #include "multicast_configuration.h" @@ -110,6 +112,7 @@ mcastconf_t &MulticastConfiguration::getConf(char *client) return global_conf; } +*/ #ifdef __TEST_MULTICAST_CONFIGURATION #include "info_simple.h" -- cgit v1.2.3