/[gzz]/gzz/gzz/modules/pp/PPActionsImpl.java
ViewVC logotype

Diff of /gzz/gzz/modules/pp/PPActionsImpl.java

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

revision 1.10 by mudyc, Sun Jan 5 11:22:00 2003 UTC revision 1.11 by mudyc, Thu Jan 9 16:51:07 2003 UTC
# Line 123  public class PPActionsImpl extends Unica Line 123  public class PPActionsImpl extends Unica
123          Cell assoc = space.getCell(assocId);          Cell assoc = space.getCell(assocId);
124          note.zzclone().connect(d.association, side, assoc.zzclone());          note.zzclone().connect(d.association, side, assoc.zzclone());
125      }}      }}
126        public void detachNotes(String id1, int side, String id2)
127                        throws RemoteException { synchronized(space) {
128                            /*
129                              urgh...
130    
131                              Cell c1 = space.getCell(id1).s(d.association);
132                              Cell c2 = space.getCell(id2).s(d.association);
133    
134                              c1.disconnect(d.association, side);
135                            */
136        }}
137    
138    
139      public void insertText(String noteId, int offs, String text)      public void insertText(String noteId, int offs, String text)
140                      throws RemoteException { synchronized(space) {                      throws RemoteException { synchronized(space) {

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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