home *** CD-ROM | disk | FTP | other *** search
- /*
- * (C) 1992 Simson Garfinkel and Associates, Inc.
- *
- * NeXTSTEP developers may freely use and redistribute this software as long
- * as credit is given to Simson Garfinkel and Associates.
- *
- * EXPORT RESTRICTIONS:
- *
- * You may not ship the source-code module des.c outside of the US or canada.
- *
- * You may ship a program which uses the des.o compiled module outside of the
- * United States to any type T or type V country as long as you do not provide
- * cryptographic services to the user in your program and you clearly
- * declare "commodity control number 5D11A" on your export declaration.
- *
- * Type T countries include all countries in the Western Hemisphere except Cuba.
- * Type V countries include all countries in the Eastern Hemisphere except
- * the previous communist block countries and the People's Republic of China,
- * Vietnam, Cambodia, and Laos.
- *
- * For further information, contact the Office of Export Control:
- *
- * Bureau of Export Administration
- * P.O. Box 273
- * Washington, DC 20044
- * 202-377-2694
- */
-
- #import <objc/Object.h>
-
- @interface Encoder:Object
- {
- id accessionNumberCell;
- id companyKeyCell;
- id endMonthCover;
- id endSwitch;
- id endYearCover;
- id licenseStringCell;
- id licenseTypeCover;
- id productCodeCell;
- id simUsersCell;
- id startMonthCover;
- id startSwitch;
- id startYearCover;
- id window;
- }
-
- - calcLicense:sender;
- - nextLicense:sender;
- - delayedCalcLicense:sender;
-
- @end
-