home *** CD-ROM | disk | FTP | other *** search
- // GpsSocket.h : header file
- //
-
-
-
- /////////////////////////////////////////////////////////////////////////////
- // CGpsSocket command target
-
- class CGpsSocket : public CAsyncSocket
- {
- // Attributes
- public:
-
- // Operations
- public:
- CGpsSocket();
- virtual ~CGpsSocket();
-
- // Overrides
- public:
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CGpsSocket)
- public:
- //}}AFX_VIRTUAL
-
- // Generated message map functions
- //{{AFX_MSG(CGpsSocket)
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_MSG
-
- // Implementation
- protected:
- };
-
- /////////////////////////////////////////////////////////////////////////////
-