home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995 February: Tool Chest / Dev.CD Feb 95 / Dev.CD Feb 95.toast / New System Software Extensions / ASLM SDK v1.1.2 / ASLM Examples / TestTools / Sources / SIVTableTest.exp < prev    next >
Encoding:
Text File  |  1994-11-21  |  519 b   |  33 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        SIVTableTest.exp
  3.  
  4.     Contains:    Exports for SingleObject VTable tests
  5.  
  6.     Copyright:    © 1992-1993 by Apple Computer, Inc., all rights reserved.
  7.  
  8. */
  9.  
  10.  
  11. #include "SITestClasses.h"
  12.  
  13. Library
  14. {
  15.     id = "quin:test$VTableTestLibrary,1.1";
  16.     version = 1.0…1.1d1;
  17.     memory = client;
  18.     flags = segUnload;
  19. };
  20.  
  21. class TSITest1;
  22. class TSITest2;
  23. class TSITest3;
  24. class TSITest4;
  25. class TSITest5;
  26. class TNVTest1;
  27. class TNVTest2;
  28.  
  29. FunctionSet VTableTestSet
  30. {
  31.     id = "quin:test$VTableTests,1.1";
  32.     exports = InitTestLibrary, GetStateValue;
  33. };