ESSwarm.h
上传用户:shenzhenrh
上传日期:2013-05-12
资源大小:2904k
文件大小:0k
源码类别:

信息检索与抽取

开发平台:

Unix_Linux

  1. /*
  2. Name:         ESSwarm.h
  3. Description:  ESSwarm (short for: EmptyScheduleSwarm) is used for
  4.               testing of setKeepEmpty functionality.
  5. Test suite:   activity
  6. */
  7. #import <objectbase/Swarm.h>
  8. extern BOOL ok;
  9. @interface ESSwarm: Swarm
  10. {
  11.   id firstSchedule;
  12.   id secondSchedule;
  13. }
  14. - schedulePrintOkOnFirstSchedule;
  15. - empty;
  16. - printOk;
  17. @end