home *** CD-ROM | disk | FTP | other *** search
-
- /*
- * Controller.h: the controlling object of the Smart Installer application.
- *
- * Copyright (C) 1994, Yves Arrouye <Yves.Arrouye@imag.fr>
- *
- */
-
- /*
- * The Smart Installer application and the Smart Package utility suite may be
- * copied and distributed freely, as long as an acknowledgement of the author's
- * work, with its name and address, is kept. The code may not be distributed if
- * it has been modified. Modified code propositions should be directed to the
- * author who will made them if necessary and redistribute the packages.
- *
- */
-
- #import <appkit/appkit.h>
-
- @interface Controller:Object
- {
- id installer;
- }
-
- - installPackageAndExit:sender;
-
- @end
-