From: paspes <pa...@us...> - 2007-12-03 17:01:52
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/src/com/babeldoc/core In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv20577/modules/core/src/com/babeldoc/core Modified Files: INamed.java Log Message: Activate RMI scanner (babeldoc scanmon) and add Scanner controler Index: INamed.java =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/modules/core/src/com/babeldoc/core/INamed.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** INamed.java 30 Jul 2004 01:32:59 -0000 1.4 --- INamed.java 3 Dec 2007 16:37:19 -0000 1.5 *************** *** 66,69 **** --- 66,71 ---- package com.babeldoc.core; + import java.io.Serializable; + /** * micro interface - lots of the interfaces here are named - can set and get *************** *** 73,77 **** * @version 1.0 */ ! public interface INamed { /** * Set the name of the object. --- 75,79 ---- * @version 1.0 */ ! public interface INamed extends Serializable{ /** * Set the name of the object. |