/[gzz]/gzz/gzz/gfx/gl/MipzipMemoryConsumer.java
ViewVC logotype

Diff of /gzz/gzz/gfx/gl/MipzipMemoryConsumer.java

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

revision 1.6 by tjl, Fri Feb 21 20:02:38 2003 UTC revision 1.7 by tjl, Mon Mar 3 12:25:48 2003 UTC
# Line 60  public class MipzipMemoryConsumer implem Line 60  public class MipzipMemoryConsumer implem
60    
61          return mipzip.getMemory(level);          return mipzip.getMemory(level);
62      }      }
63        public void loadToBaseLevelSynch(int level) {
64            try {
65                mipzip.loadToBaseLevelSynch(level);
66            } catch(Exception e) {
67                e.printStackTrace();
68                throw new Error("Error", e);
69            }
70        }
71      public int getReservation() {      public int getReservation() {
72          return mipzip.getMemory();          return mipzip.getMemory();
73      }      }

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