home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995 February: Tool Chest / Dev.CD Feb 95 / Dev.CD Feb 95.toast / Sample Code / Snippets / Development Tools & Languages / Shared Lib. Mgr. C++ / Sources / TestTool.r < prev   
Encoding:
Text File  |  1992-08-30  |  712 b   |  17 lines  |  [TEXT/MPS ]

  1. /* _________________________________________________________________________________________________________ 
  2.   Copyright © 1992 Apple Computer, Inc. All rights reserved.
  3.   Macintosh Developer Technical Support.C++ Macintosh Toolbox Framework.
  4.   Date: Monday, August 10, 1992 1:17:29
  5.   Revision comments are at the end of this file.
  6.   ---
  7.   TProcess is a Process Manager class.
  8.   TestTool.r contains the resources to create the MPW testing tool for the SLM class.
  9.   _________________________________________________________________________________________________________ */
  10.  
  11.  
  12. // Get our version resource information.
  13. #include "SLMVersionResource.r"
  14.  
  15. // Include our test tool resources.
  16. INCLUDE "TestTool.RSRC";
  17.