Update of /var/cvs/applications/rmmci/src/org/mmbase/module
In directory james.mmbase.org:/tmp/cvs-serv3106

Modified Files:
        RemoteMMCI.java 
Log Message:
use the new constructor,w hich make some things work nicer


See also: http://cvs.mmbase.org/viewcvs/applications/rmmci/src/org/mmbase/module


Index: RemoteMMCI.java
===================================================================
RCS file: /var/cvs/applications/rmmci/src/org/mmbase/module/RemoteMMCI.java,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- RemoteMMCI.java     22 Jul 2008 15:08:11 -0000      1.20
+++ RemoteMMCI.java     4 Aug 2008 22:30:12 -0000       1.21
@@ -28,7 +28,7 @@
  * options. Note that in the configuration of mmbaseroot.xml the host should 
be a valid
  * host address if the RMIRegistryServer in rmmci.xml is no set.
  * @author Kees Jongenburger <[EMAIL PROTECTED]>
- * @version $Id: RemoteMMCI.java,v 1.20 2008/07/22 15:08:11 michiel Exp $
+ * @version $Id: RemoteMMCI.java,v 1.21 2008/08/04 22:30:12 michiel Exp $
  * @since MMBase-1.5
  */
 public class RemoteMMCI extends ProcessorModule {
@@ -48,6 +48,10 @@
      */
     public static final String DEFAULT_BIND_NAME = "remotecontext";
 
+
+    public RemoteMMCI(String name) {
+        super(name);
+    }
     /**
      * Method called by MMBase at startup
      * it calls the createRemoteMMCI based on the rmmci.xml configuration
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to