home *** CD-ROM | disk | FTP | other *** search
/ Prima Shareware 3 / DuCom_Prima-Shareware-3_cd1.bin / PROGRAMO / C / ABOSE / MXLABOUT.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-03  |  1.5 KB  |  30 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. //                                                                         //
  3. // This is a part of mxlAbout                                              //
  4. // Copyright 1996 David Somers                                             //
  5. // All rights reserved                                                     //
  6. //                                                                         //
  7. // For information about mxlAbout send email to                            //
  8. // CompuServe account 101722,1421 (Internet 101722.1421@compuserve.com)    //
  9. //                                                                         //
  10. /////////////////////////////////////////////////////////////////////////////
  11. //                                                                         //
  12. // No representation is made concerning either the merchantability of this //
  13. // software or the suitability of this software for any particular         //
  14. // purpose. It is provided "as is" without express or implied warranty of  //
  15. // any kind.                                                               //
  16. //                                                                         //
  17. /////////////////////////////////////////////////////////////////////////////
  18.  
  19. #ifndef __mxlAboutSE_h__
  20. #define __mxlAboutSE_h__
  21.  
  22. class AFX_EXT_CLASS PSmxlAboutSE
  23. {
  24. public:
  25.     PSmxlAboutSE(UINT riApp, LPCTSTR rsNotice=NULL);
  26.     ~PSmxlAboutSE();
  27. };
  28.  
  29. #endif // #ifndef __mxlAboutSE_h__
  30.