/[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.11 by mudyc, Thu Jan 9 16:51:07 2003 UTC revision 1.12 by mudyc, Fri Jan 10 06:40:16 2003 UTC
# Line 76  public class PPActionsImpl extends Unica Line 76  public class PPActionsImpl extends Unica
76    
77      public void deletePaper(String paperId) throws RemoteException      public void deletePaper(String paperId) throws RemoteException
78      { synchronized(space) {      { synchronized(space) {
79    
80            /* MUST DELETE ALL NOTES FIRST */
81    
82          space.delete(space.getCell(paperId));          space.delete(space.getCell(paperId));
83      }}      }}
84    
# Line 97  public class PPActionsImpl extends Unica Line 100  public class PPActionsImpl extends Unica
100    
101      public void deleteNote(String noteId)      public void deleteNote(String noteId)
102                      throws RemoteException {                      throws RemoteException {
103    
104            /* MUST DELETE ALL ASSOCS FIRST */
105    
106    
107          Cell note = space.getCell(noteId);          Cell note = space.getCell(noteId);
108          // Remove all occurrences          // Remove all occurrences
109          Cell c = note.h(d.clone);          Cell c = note.h(d.clone);

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

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