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

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

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

revision 1.1 by tjl, Tue Apr 8 20:25:02 2003 UTC revision 1.2 by tjl, Thu May 29 08:00:20 2003 UTC
# Line 110  public static final String rcsid = "$Id$ Line 110  public static final String rcsid = "$Id$
110      public int putGL(VobScene vs, int cs1, int cs2, int cs3) {      public int putGL(VobScene vs, int cs1, int cs2, int cs3) {
111          throw new Error("Wrong # coordsys: 3 for " + this);          throw new Error("Wrong # coordsys: 3 for " + this);
112      }      }
113        public int putGL(VobScene vs, int[] cs) {
114            throw new Error("Wrong # coordsys: N for " + this);
115        }
116    
117    
118    

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