diff options
author | fcolin | 2007-02-01 13:07:48 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:07:48 +0000 |
commit | d26c15e58425675bdecc8365c138c62f0f42ba1c (patch) | |
tree | 3f079de95ff0ad636578a2ce329f6d36e6987bdf /Bus/IvyFileMon | |
parent | 4ef020be556f16d1f9f75c0277363cd30394dd7b (diff) | |
download | ivy-cplusplus-d26c15e58425675bdecc8365c138c62f0f42ba1c.zip ivy-cplusplus-d26c15e58425675bdecc8365c138c62f0f42ba1c.tar.gz ivy-cplusplus-d26c15e58425675bdecc8365c138c62f0f42ba1c.tar.bz2 ivy-cplusplus-d26c15e58425675bdecc8365c138c62f0f42ba1c.tar.xz |
Utilisateur : Fcolin Date : 8/11/02 Heure : 11:50 Créé Commentaire: (vss 1)
Diffstat (limited to 'Bus/IvyFileMon')
-rw-r--r-- | Bus/IvyFileMon/IvyFileMon.h | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Bus/IvyFileMon/IvyFileMon.h b/Bus/IvyFileMon/IvyFileMon.h new file mode 100644 index 0000000..3c06f30 --- /dev/null +++ b/Bus/IvyFileMon/IvyFileMon.h @@ -0,0 +1,31 @@ +// IvyFileMon.h : fichier d'en-tête principal pour l'application PROJECT_NAME
+//
+
+#pragma once
+
+#ifndef __AFXWIN_H__
+ #error include 'stdafx.h' before including this file for PCH
+#endif
+
+#include "resource.h" // symboles principaux
+
+
+// CIvyFileMonApp :
+// Consultez IvyFileMon.cpp pour l'implémentation de cette classe
+//
+
+class CIvyFileMonApp : public CWinApp
+{
+public:
+ CIvyFileMonApp();
+
+// Substitutions
+ public:
+ virtual BOOL InitInstance();
+
+// Implémentation
+
+ DECLARE_MESSAGE_MAP()
+};
+
+extern CIvyFileMonApp theApp;
|