home *** CD-ROM | disk | FTP | other *** search
/ Mastering MFC Development / MMD.ISO / labs / c11 / lab04 / ex02 / baseline / gpssocket.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-02-20  |  691 b   |  36 lines

  1. // GpsSocket.h : header file
  2. //
  3.  
  4.  
  5.  
  6. /////////////////////////////////////////////////////////////////////////////
  7. // CGpsSocket command target
  8.  
  9. class CGpsSocket : public CAsyncSocket
  10. {
  11. // Attributes
  12. public:
  13.  
  14. // Operations
  15. public:
  16.     CGpsSocket();
  17.     virtual ~CGpsSocket();
  18.  
  19. // Overrides
  20. public:
  21.     // ClassWizard generated virtual function overrides
  22.     //{{AFX_VIRTUAL(CGpsSocket)
  23.     public:
  24.     //}}AFX_VIRTUAL
  25.  
  26.     // Generated message map functions
  27.     //{{AFX_MSG(CGpsSocket)
  28.         // NOTE - the ClassWizard will add and remove member functions here.
  29.     //}}AFX_MSG
  30.  
  31. // Implementation
  32. protected:
  33. };
  34.  
  35. /////////////////////////////////////////////////////////////////////////////
  36.