/[fenfire]/fenfire/org/fenfire/util/ObsDoubler.java
ViewVC logotype

Diff of /fenfire/org/fenfire/util/ObsDoubler.java

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

revision 1.1 by tjl, Sat Apr 12 10:39:12 2003 UTC revision 1.2 by tjl, Sun Apr 27 20:19:25 2003 UTC
# Line 13  public class ObsDoubler implements Obs { Line 13  public class ObsDoubler implements Obs {
13      }      }
14    
15      public void chg() {      public void chg() {
16          o1.chg();          if(o1 != null) o1.chg();
17          o2.chg();          if(o2 != null) o2.chg();
18      }      }
19    
20  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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