visbsp_mfc.h

Go to the documentation of this file.
00001 // visbsp_mfc.h : Hauptheaderdatei für die visbsp_mfc-Anwendung
00002 //
00003 #pragma once
00004 
00005 #ifndef __AFXWIN_H__
00006         #error 'stdafx.h' muss vor dieser Datei in PCH eingeschlossen werden.
00007 #endif
00008 
00009 #include "resource.h"       // Hauptsymbole
00010 
00011 
00012 // Cvisbsp_mfcApp:
00013 // Siehe visbsp_mfc.cpp für die Implementierung dieser Klasse
00014 //
00015 
00019 class Cvisbsp_mfcApp : public CWinApp
00020 {
00021 public:
00022         Cvisbsp_mfcApp();
00023 
00024 
00025 // Überschreibungen
00026 public:
00027         virtual BOOL InitInstance();
00028 
00029 // Implementierung
00030         afx_msg void OnAppAbout();
00031         DECLARE_MESSAGE_MAP()
00032 };
00033 
00034 extern Cvisbsp_mfcApp theApp;

Generated on Wed Jan 17 11:58:35 2007 for VisLuBsp1 by  doxygen 1.5.1-p1