From 10329c3fb58c6d56f2ea28c40072737e2274d5d4 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:09:29 +0000 Subject: Utilisateur : Fcolin Date : 18/12/98 Heure : 18:48 Créé (vss 1) --- IvyProbe/IvyProbe.h | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 IvyProbe/IvyProbe.h (limited to 'IvyProbe/IvyProbe.h') diff --git a/IvyProbe/IvyProbe.h b/IvyProbe/IvyProbe.h new file mode 100644 index 0000000..d70c177 --- /dev/null +++ b/IvyProbe/IvyProbe.h @@ -0,0 +1,49 @@ +// Test.h : main header file for the TEST application +// + +#if !defined(AFX_TEST_H__F7F08FEE_E653_11D0_AE3E_080009F92591__INCLUDED_) +#define AFX_TEST_H__F7F08FEE_E653_11D0_AE3E_080009F92591__INCLUDED_ + +#if _MSC_VER >= 1000 +#pragma once +#endif // _MSC_VER >= 1000 + +#ifndef __AFXWIN_H__ + #error include 'stdafx.h' before including this file for PCH +#endif + +#include "resource.h" // main symbols + +///////////////////////////////////////////////////////////////////////////// +// CTestApp: +// See Test.cpp for the implementation of this class +// + +class CTestApp : public CWinApp +{ +public: + CTestApp(); + +// Overrides + // ClassWizard generated virtual function overrides + //{{AFX_VIRTUAL(CTestApp) + public: + virtual BOOL InitInstance(); + //}}AFX_VIRTUAL + +// Implementation + + //{{AFX_MSG(CTestApp) + // 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() +}; + + +///////////////////////////////////////////////////////////////////////////// + +//{{AFX_INSERT_LOCATION}} +// Microsoft Developer Studio will insert additional declarations immediately before the previous line. + +#endif // !defined(AFX_TEST_H__F7F08FEE_E653_11D0_AE3E_080009F92591__INCLUDED_) -- cgit v1.1 From b969f81a2eccdedbf79cb6c850ece8e6a1d873bd Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:09:30 +0000 Subject: Utilisateur : Fcolin Date : 19/02/01 Heure : 10:39 Archivé dans $/Bus/Test (vss 2) --- IvyProbe/IvyProbe.h | 1 + 1 file changed, 1 insertion(+) (limited to 'IvyProbe/IvyProbe.h') diff --git a/IvyProbe/IvyProbe.h b/IvyProbe/IvyProbe.h index d70c177..c1042a2 100644 --- a/IvyProbe/IvyProbe.h +++ b/IvyProbe/IvyProbe.h @@ -34,6 +34,7 @@ public: // Implementation //{{AFX_MSG(CTestApp) + afx_msg void OnAppAbout(); // NOTE - the ClassWizard will add and remove member functions here. // DO NOT EDIT what you see in these blocks of generated code ! //}}AFX_MSG -- cgit v1.1 From 37533c5f88162d5eca205853b54c5d1be59fd012 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:09:32 +0000 Subject: Utilisateur : Fcolin Date : 21/02/03 Heure : 16:31 Archivé dans $/Bus/IvyProbe Commentaire: (vss 3) --- IvyProbe/IvyProbe.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'IvyProbe/IvyProbe.h') diff --git a/IvyProbe/IvyProbe.h b/IvyProbe/IvyProbe.h index c1042a2..998fd04 100644 --- a/IvyProbe/IvyProbe.h +++ b/IvyProbe/IvyProbe.h @@ -19,10 +19,10 @@ // See Test.cpp for the implementation of this class // -class CTestApp : public CWinApp +class CIvyProbeApp : public CWinApp { public: - CTestApp(); + CIvyProbeApp(); // Overrides // ClassWizard generated virtual function overrides -- cgit v1.1