home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Popular Software (Premium Edition)
/
mycd.iso
/
INTERNET
/
PIE5.0
/
IEDATAJA.CAB
/
OSP.ZIP
/
com
/
ms
/
osp
/
OSPCOMP.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1997-07-28
|
384 b
|
12 lines
package com.ms.osp;
public interface OSPCOMP {
int OSPCOMP_EQ = 1;
int OSPCOMP_DEFAULT = 1;
int OSPCOMP_LT = 2;
int OSPCOMP_LE = 3;
int OSPCOMP_GE = 4;
int OSPCOMP_GT = 5;
int OSPCOMP_NE = 6;
}