/[gzz]/gzz/lava/gzz/storm/impl/AbstractLocalPool.java
ViewVC logotype

Diff of /gzz/lava/gzz/storm/impl/AbstractLocalPool.java

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

revision 1.5 by benja, Sat Jan 11 18:01:38 2003 UTC revision 1.6 by benja, Mon Jan 13 23:21:44 2003 UTC
# Line 31  import java.util.*; Line 31  import java.util.*;
31   */   */
32  public abstract class AbstractLocalPool extends AbstractPool {  public abstract class AbstractLocalPool extends AbstractPool {
33    
34      public AbstractLocalPool(Set indexTypes) {      public AbstractLocalPool(Set indexTypes) throws IOException {
35          super(indexTypes);          super(indexTypes);
36      }      }
37    
# Line 43  public abstract class AbstractLocalPool Line 43  public abstract class AbstractLocalPool
43                                                     throws IOException {                                                     throws IOException {
44          return get(id);          return get(id);
45      }      }
   
     // XXX temporary, until subclasses have implementations  
     protected DB getDB(String typeURI) {  
         return null;  
     }  
46  }  }

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

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