home *** CD-ROM | disk | FTP | other *** search
/ Internet Gallery / INTERGAL.bin / intergal / prgs / idv21 / data.z / RemoteInt.pre < prev    next >
Text File  |  1995-10-08  |  168b  |  10 lines

  1. import sun.tools.debug.*;
  2.  
  3. public class \Name\ extends sun.tools.debug.RemoteInt
  4.    {
  5.    public \Name\ (int AValue)
  6.       {
  7.       super (AValue);
  8.       }
  9.    }
  10.