gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] libvob/doc memorymanagement.rst


From: Tuomas J. Lukka
Subject: [Gzz-commits] libvob/doc memorymanagement.rst
Date: Sun, 08 Jun 2003 10:03:00 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Branch:         
Changes by:     Tuomas J. Lukka <address@hidden>        03/06/08 10:02:59

Modified files:
        doc            : memorymanagement.rst 

Log message:
        jlink

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/doc/memorymanagement.rst.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: libvob/doc/memorymanagement.rst
diff -u libvob/doc/memorymanagement.rst:1.3 libvob/doc/memorymanagement.rst:1.4
--- libvob/doc/memorymanagement.rst:1.3 Sun Jun  8 09:57:55 2003
+++ libvob/doc/memorymanagement.rst     Sun Jun  8 10:02:59 2003
@@ -39,7 +39,10 @@
 
 ..  UML:: mipziploader
 
+    jlinkpackage org.nongnu.libvob.gl
+
     class MipzipLoader
+       jlink
        assoc compos - multi(1) java.util.zip.ZipFile
        assoc compos - multi(1) GL.Texture
        methods
@@ -54,6 +57,7 @@
     class java.util.zip.ZipFile
 
     class GL.Texture
+       jlink
 
     ---
 
@@ -93,12 +97,16 @@
 
 ..  UML:: memorypartitioner1
 
+    jlinkpackage org.nongnu.libvob.memory
+
     class MemoryPartitioner
+       jlink
        methods
            request(MemoryConsumer consumer, float importance, q)
        assoc aggreg - multi(*) MemoryConsumer
 
     class MemoryConsumer "interface"
+       jlink
        methods
            getMaxBytes(float quality)
            setReservation(float priority, int bytes, float quality)
@@ -111,14 +119,22 @@
 
 ..  UML:: memorypartitionermipzip
 
+    jlinkpackage org.nongnu.libvob.memory
+
     class MemoryPartitioner
+       jlink
 
 
     class MemoryConsumer "interface"
+       jlink
+
+    jlinkpackage org.nongnu.libvob.gl
 
     class MipzipLoader
+       jlink
 
     class MipzipMemoryConsumer
+       jlink
        assoc aggreg - multi(1) MipzipLoader
        realize MemoryConsumer
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]