home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Apps / ArchiveUtils / Freeze / FreezeControl.h < prev    next >
Encoding:
Text File  |  1992-12-20  |  1.3 KB  |  49 lines

  1. /*
  2.  *    Filename:    FreezeControl.h 
  3.  *    Created :    Sat Dec 21 00:23:59 1991 
  4.  *    Author  :    Vince DeMarco
  5.  *        <vince@whatnxt.cuc.ab.ca>
  6.  */
  7.  
  8. /*
  9.    Copyright (C) 1990 Free Software Foundation, Inc.
  10.  
  11.    This program is free software; you can redistribute it and/or modify
  12.    it under the terms of the GNU General Public License as published by
  13.    the Free Software Foundation; either version 2, or (at your option)
  14.    any later version.
  15.  
  16.    This program is distributed in the hope that it will be useful,
  17.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  18.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  19.    GNU General Public License for more details.
  20.  
  21.    You should have received a copy of the GNU General Public License
  22.    along with this program; if not, write to the Free Software
  23.    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
  24.  
  25. /* Generated by Interface Builder */
  26.  
  27. #import <objc/Object.h>
  28.  
  29. @interface FreezeControl:Object
  30. {
  31.     id    processControl;
  32.     id  openPanel;
  33. }
  34.  
  35. - init;
  36. - free;
  37. - processFile:sender;
  38.  
  39. /* Application Object Delegation Methods */
  40. - appDidInit:sender;
  41. - appWillTerminate:sender;
  42. - (int)appOpenFile:(const char *)path type:(const char *)type;
  43. - (BOOL)appAcceptsAnotherFile:sender;
  44.  
  45. /* Servies stuff */
  46. - processDocument:myPasteboard userData:(const char*)userData error:(char**)message;
  47.  
  48. @end
  49.