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

  1. // GpsSocket.cpp : implementation file
  2. //
  3.  
  4. #include "stdafx.h"
  5. #include "gpsrc.h"
  6. #include "GpsSocket.h"
  7.  
  8. #ifdef _DEBUG
  9. #define new DEBUG_NEW
  10. #undef THIS_FILE
  11. static char THIS_FILE[] = __FILE__;
  12. #endif
  13.  
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CGpsSocket
  16.  
  17. CGpsSocket::CGpsSocket()
  18. {
  19. }
  20.  
  21. CGpsSocket::~CGpsSocket()
  22. {
  23. }
  24.  
  25.  
  26. // Do not edit the following lines, which are needed by ClassWizard.
  27. #if 0
  28. BEGIN_MESSAGE_MAP(CGpsSocket, CAsyncSocket)
  29.     //{{AFX_MSG_MAP(CGpsSocket)
  30.     //}}AFX_MSG_MAP
  31. END_MESSAGE_MAP()
  32. #endif    // 0
  33.  
  34. /////////////////////////////////////////////////////////////////////////////
  35. // CGpsSocket member functions
  36.  
  37.