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

  1. package com.ms.osp;
  2.  
  3. public interface OSPFIND {
  4.    int OSPFIND_DEFAULT = 0;
  5.    int OSPFIND_UP = 1;
  6.    int OSPFIND_CASESENSITIVE = 2;
  7. }
  8.