home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 April: Mac OS SDK / Dev.CD Apr 97 SDK1.toast / Development Kits (Disc 1) / Apple Shared Library Manager / ASLM Examples / TestTools / Sources / SIVTableTest.exp < prev    next >
Encoding:
Text File  |  1996-11-19  |  518 b   |  34 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.  
  14. Library
  15. {
  16.     id = "quin:test$VTableTestLibrary,1.2";
  17.     version = 1.0…1.2;
  18.     memory = client;
  19.     flags = segUnload;
  20. };
  21.  
  22. class TSITest1;
  23. class TSITest2;
  24. class TSITest3;
  25. class TSITest4;
  26. class TSITest5;
  27. class TNVTest1;
  28. class TNVTest2;
  29.  
  30. FunctionSet VTableTestSet
  31. {
  32.     id = "quin:test$VTableTests,1.2";
  33.     exports = InitTestLibrary, GetStateValue;
  34. };