Garmin Fleet Management Controller  2.19.0
CFmiApplication.h
Go to the documentation of this file.
1 /*********************************************************************
2 *
3 * HEADER NAME:
4 * CFmiApplication.h
5 *
6 * Copyright 2008-2009 by Garmin Ltd. or its subsidiaries.
7 *---------------------------------------------------------------------
8 * $NoKeywords$
9 *********************************************************************/
10 #ifndef CFmiApplication_H
11 #define CFmiApplication_H
12 
13 #include "resource.h" // main symbols
14 
15 //----------------------------------------------------------------------
17 //----------------------------------------------------------------------
18 class CFmiApplication : public CWinApp
19 {
20  DECLARE_MESSAGE_MAP()
21 
22 public:
24  virtual ~CFmiApplication();
25  virtual BOOL InitInstance();
26 };
27 
29 extern CFmiApplication theApp;
30 
31 #endif
virtual BOOL InitInstance()
Initialize the application instance.
Application class for this MFC application.
CFmiApplication theApp
The one and only application instance.
Definition: stdafx.cpp:9
CFmiApplication()
Constructor.
virtual ~CFmiApplication()