15,466
社区成员
发帖
与我相关
我的任务
分享#if !defined(AFX_DGPSTHREAD_H__A3642D5F_782A_4875_A806_269144078E76__INCLUDED_)
#define AFX_DGPSTHREAD_H__A3642D5F_782A_4875_A806_269144078E76__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DGPSThread.h : header file
//
#include "DGPSDlg.h"
/////////////////////////////////////////////////////////////////////////////
// CDGPSThread thread
class CDGPSThread : public CWinThread
{
DECLARE_DYNCREATE(CDGPSThread)
protected:
CDGPSThread(); // protected constructor used by dynamic creation
// Attributes
public:
CDGPSDlg* m_pDlg;
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDGPSThread)
public:
virtual BOOL InitInstance();
virtual int ExitInstance();
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CDGPSThread();
// Generated message map functions
//{{AFX_MSG(CDGPSThread)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DGPSTHREAD_H__A3642D5F_782A_4875_A806_269144078E76__INCLUDED_)