home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / Harvest C 1.3 / Source Code / CProjectInfoDialog.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-01-15  |  548 b   |  26 lines  |  [TEXT/KAHL]

  1. /******************************************************************************
  2.  CProjectInfoDialog.h
  3.  
  4.         Interface for CProjectInfoDialog class.
  5.         
  6.     SUPERCLASS = CDLOGDirector
  7.     
  8.     Copyright © 1991 Symantec Corporation. All rights reserved.
  9.     
  10.  
  11.  ******************************************************************************/
  12.  
  13. #define _H_CProjectInfoDialog
  14.  
  15. #include "CDLOGDirector.h"
  16.  
  17. class CProjectInfoDialog : public CDLOGDirector
  18. {
  19. public:
  20.  
  21.     void IProjectInfoDialog( int theID, CDirectorOwner *aSupervisor);
  22.     
  23.     virtual void DoCommand( long);
  24.     
  25. };
  26.