/[fenfire]/fenfire/org/fenfire/modules/pp/PPActionsImpl.java
ViewVC logotype

Diff of /fenfire/org/fenfire/modules/pp/PPActionsImpl.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.29 by mudyc, Fri May 23 22:07:57 2003 UTC revision 1.30 by benja, Sat Jun 7 19:07:59 2003 UTC
# Line 14  import org.nongnu.alph.impl.*; Line 14  import org.nongnu.alph.impl.*;
14  import org.fenfire.impl.*;  import org.fenfire.impl.*;
15    
16  /** The implementation of PPActions.  /** The implementation of PPActions.
17     *  XXX Apparently there is a bug in UnicastRemoteObject
18     *  at least on Sun's 1.4.1_01; the call to super()
19     *  doesn't return for me. Made both tests and
20     *  FenPDF hang for me. Commented out the 'extends
21     *  UnicastRemoteObject' for now. -benja
22   */   */
23  public class PPActionsImpl extends UnicastRemoteObject implements PPActions {  public class PPActionsImpl /*extends UnicastRemoteObject*/ implements PPActions {
24  public static final String rcsid = "$Id$";  public static final String rcsid = "$Id$";
25      public static boolean dbg = false;      public static boolean dbg = false;
26      protected static void p(String s) { System.out.println("PPActionsImpl: "+s); }      protected static void p(String s) { System.out.println("PPActionsImpl: "+s); }
# Line 29  public static final String rcsid = "$Id$ Line 34  public static final String rcsid = "$Id$
34    
35      public PPActionsImpl(Fen fen)  throws RemoteException {      public PPActionsImpl(Fen fen)  throws RemoteException {
36          super();          super();
37            if(dbg) p("UnicastRemoteObject created");
38          setFen(fen);          setFen(fen);
39      }      }
40    

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26