home *** CD-ROM | disk | FTP | other *** search
/ Popular Software (Premium Edition) / mycd.iso / INTERNET / PIE5.0 / IEDATAJA.CAB / OSP.ZIP / com / ms / osp / OSPXFER.class (.txt) < prev   
Encoding:
Java Class File  |  1997-07-28  |  260 b   |  8 lines

  1. package com.ms.osp;
  2.  
  3. public interface OSPXFER {
  4.    int OSPXFER_COMPLETE = 0;
  5.    int OSPXFER_ABORT = 1;
  6.    int OSPXFER_ERROR = 2;
  7. }
  8.