home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 May / macformat-024.iso / Shareware City / Developers / BoxMaker++ / Typical ƒ / Typicalshell.h < prev   
Encoding:
C/C++ Source or Header  |  1995-01-20  |  287 b   |  19 lines  |  [TEXT/KAHL]

  1.  
  2. class typicalshell : public boxmaker
  3. {
  4.     public:
  5.         typicalshell();
  6.  
  7.     protected:
  8.         virtual void OpenDoc( Boolean opening);
  9.  
  10.         virtual void DoMenu( long retVal);
  11.         
  12.     private:
  13.         static const int kOurQuitItem;
  14.         static const OSType dontChange;
  15.  
  16.         OSType creatorToSet;
  17.         OSType typeToSet;
  18. };
  19.