home *** CD-ROM | disk | FTP | other *** search
- // GpsSocket.cpp : implementation file
- //
-
- #include "stdafx.h"
- #include "gpsrc.h"
- #include "GpsSocket.h"
-
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
-
- /////////////////////////////////////////////////////////////////////////////
- // CGpsSocket
-
- CGpsSocket::CGpsSocket()
- {
- }
-
- CGpsSocket::~CGpsSocket()
- {
- }
-
-
- // Do not edit the following lines, which are needed by ClassWizard.
- #if 0
- BEGIN_MESSAGE_MAP(CGpsSocket, CAsyncSocket)
- //{{AFX_MSG_MAP(CGpsSocket)
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
- #endif // 0
-
- /////////////////////////////////////////////////////////////////////////////
- // CGpsSocket member functions
-
-