added linksImcsModule
authorfh <fh>
Sun, 7 Oct 2001 00:02:20 +0000 (00:02 +0000)
committerfh <fh>
Sun, 7 Oct 2001 00:02:20 +0000 (00:02 +0000)
source/mircoders/producer/Producer.java

index 93862aa..bb71894 100755 (executable)
@@ -20,6 +20,7 @@ abstract public class Producer {
        protected static String producerOpenAction = MirConfig.getProp("Producer.OpenAction");;
        protected static Logfile theLog = Logfile.getInstance(MirConfig.getProp("Home") + MirConfig.getProp("Producer.Logfile"));
        protected static ModuleTopics         topicsModule;
+  protected static ModuleLinksImcs      linksImcsModule;
        protected static ModuleSchwerpunkt    schwerpunktModule;
        protected static ModuleFeature        featureModule;
        protected static ModuleContent        contentModule;
@@ -31,6 +32,7 @@ abstract public class Producer {
     try {
                        contentModule = new ModuleContent(DatabaseContent.getInstance());
                        topicsModule = new ModuleTopics(DatabaseTopics.getInstance());
+      linksImcsModule = new ModuleLinksImcs(DatabaseLinksImcs.getInstance());
                        schwerpunktModule = new ModuleSchwerpunkt(DatabaseFeature.getInstance());
                        featureModule = new ModuleFeature(DatabaseFeature.getInstance());
                        imageModule = new ModuleImages(DatabaseImages.getInstance());