home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / Apps / DevTools / SmartPackage / Sources / SmartInstaller / Controller.h < prev    next >
Encoding:
Text File  |  1994-04-18  |  668 b   |  28 lines

  1.  
  2. /*
  3.  * Controller.h: the controlling object of the Smart Installer application.
  4.  *
  5.  * Copyright (C) 1994, Yves Arrouye <Yves.Arrouye@imag.fr>
  6.  *
  7.  */
  8.  
  9. /*
  10.  * The Smart Installer application and the Smart Package utility suite may be
  11.  * copied and distributed freely, as long as an acknowledgement of the author's
  12.  * work, with its name and address, is kept. The code may not be distributed if
  13.  * it has been modified. Modified code propositions should be directed to the
  14.  * author who will made them if necessary and redistribute the packages.
  15.  *
  16.  */
  17.  
  18. #import <appkit/appkit.h>
  19.  
  20. @interface Controller:Object
  21. {
  22.     id installer;
  23. }
  24.  
  25. - installPackageAndExit:sender;
  26.  
  27. @end
  28.