test/runtime/6626217/IFace.java

Tue, 31 Aug 2010 17:23:45 -0700

author
trims
date
Tue, 31 Aug 2010 17:23:45 -0700
changeset 2093
0803c0f69b51
parent 0
f90c822e73f8
permissions
-rw-r--r--

Added tag hs19-b06 for changeset 6c43216df135

aoqi@0 1 // A simple interface, to allow an unknown foreign call from a class
aoqi@0 2 // loaded with LOADER1 to a class loaded with LOADER2.
aoqi@0 3 public interface IFace {
aoqi@0 4 public many_loader[] gen();
aoqi@0 5 }
aoqi@0 6

mercurial