Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

70 lines
1.8 KiB

  1. // Lta.h : main header file for the LTA application
  2. //
  3. #if !defined(AFX_LTA_H__F0AFC370_4604_11D2_8DA8_204C4F4F5020__INCLUDED_)
  4. #define AFX_LTA_H__F0AFC370_4604_11D2_8DA8_204C4F4F5020__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #ifndef __AFXWIN_H__
  9. #error include 'stdafx.h' before including this file for PCH
  10. #endif
  11. #include "resource.h" // main symbols
  12. #include "Lta_i.h"
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CLtaApp:
  15. // See Lta.cpp for the implementation of this class
  16. //
  17. class CLtaApp : public CWinApp
  18. {
  19. public:
  20. void OnExit();
  21. CLtaApp();
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CLtaApp)
  25. public:
  26. virtual BOOL InitInstance();
  27. virtual int ExitInstance();
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. COleTemplateServer m_server;
  31. // Server object for document creation
  32. //{{AFX_MSG(CLtaApp)
  33. afx_msg void OnAppAbout();
  34. // NOTE - the ClassWizard will add and remove member functions here.
  35. // DO NOT EDIT what you see in these blocks of generated code !
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. public:
  39. //JDG SECMultiDocTemplate* GetRriNodeDocTemplate();
  40. virtual void AddToRecentProjectList(const CString& strProjName);
  41. void OnUpdateRecentProject(CCmdUI* pCmdUI);
  42. BOOL OnOpenRecentProject(UINT nID);
  43. virtual void LoadProjProfileSettings();
  44. CRecentFileList* m_pRecentProjects;
  45. private:
  46. BOOL m_bATLInited;
  47. //JDG SECMultiDocTemplate* m_pRriNodeDocTemplate;
  48. private:
  49. BOOL InitATL();
  50. };
  51. /////////////////////////////////////////////////////////////////////////////
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  54. #endif // !defined(AFX_LTA_H__F0AFC370_4604_11D2_8DA8_204C4F4F5020__INCLUDED_)