home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************\
- *
- * (C) Copyright 1996 by Shetef Solutions Ltd.
- *
- * Address:
- * Shetef Solutions Ltd.
- * P. O. Box 7938
- * Haifa 31078
- * ISRAEL
- *
- * Email : Support@shetef.com
- * WWW: http://www.shetef.com
- * Tel: +972-4-8260064
- * Fax: +972-6-271210
- *
- \******************************************************************************/
- // sstest.h : main header file for the SSTEST application
- //
-
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
-
- #include "resource.h" // main symbols
-
- /////////////////////////////////////////////////////////////////////////////
- // CSstestApp:
- // See sstest.cpp for the implementation of this class
- //
-
- class CSstestApp : public CWinApp
- {
- public:
- CSstestApp();
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CSstestApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
-
- // Implementation
-
- //{{AFX_MSG(CSstestApp)
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
-
- /////////////////////////////////////////////////////////////////////////////
-