/[libvob]/libvob/org/nongnu/libvob/VobScene.java
ViewVC logotype

Diff of /libvob/org/nongnu/libvob/VobScene.java

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

revision 1.6 by tjl, Thu Apr 24 18:46:39 2003 UTC revision 1.7 by tjl, Thu May 29 08:00:20 2003 UTC
# Line 293  public class VobScene { Line 293  public class VobScene {
293      public void put(Vob vob) { map.put(vob); }      public void put(Vob vob) { map.put(vob); }
294      public void put(Vob vob, int cs) { map.put(vob, cs); }      public void put(Vob vob, int cs) { map.put(vob, cs); }
295      public void put(Vob vob, int cs1, int cs2) { map.put(vob, cs1, cs2); }      public void put(Vob vob, int cs1, int cs2) { map.put(vob, cs1, cs2); }
296        public void put(Vob vob, int[] cs ) { map.put(vob, cs); }
297                    
298    
299      public void dump() {      public void dump() {

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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