home *** CD-ROM | disk | FTP | other *** search
- /////////////////////////////////////////////////////////////////////////////
- // //
- // This is a part of mxlAbout //
- // Copyright 1996 David Somers //
- // All rights reserved //
- // //
- // For information about mxlAbout send email to //
- // CompuServe account 101722,1421 (Internet 101722.1421@compuserve.com) //
- // //
- /////////////////////////////////////////////////////////////////////////////
- // //
- // No representation is made concerning either the merchantability of this //
- // software or the suitability of this software for any particular //
- // purpose. It is provided "as is" without express or implied warranty of //
- // any kind. //
- // //
- /////////////////////////////////////////////////////////////////////////////
-
- #ifndef __mxlAboutSE_h__
- #define __mxlAboutSE_h__
-
- class AFX_EXT_CLASS PSmxlAboutSE
- {
- public:
- PSmxlAboutSE(UINT riApp, LPCTSTR rsNotice=NULL);
- ~PSmxlAboutSE();
- };
-
- #endif // #ifndef __mxlAboutSE_h__
-