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

  1. package com.ms.osp;
  2.  
  3. public interface OSPRW {
  4.    int OSPRW_DEFAULT = 1;
  5.    int OSPRW_READONLY = 0;
  6.    int OSPRW_READWRITE = 1;
  7.    int OSPRW_MIXED = 2;
  8. }
  9.