StationInfo.cpp
资源名称:vc_gprs.rar [点击查看]
上传用户:sdxhgc
上传日期:2013-09-14
资源大小:388k
文件大小:1k
源码类别:
通讯编程
开发平台:
Visual C++
- // StationInfo.cpp: implementation of the CStationInfo class.
- //
- //////////////////////////////////////////////////////////////////////
- #include "stdafx.h"
- #include "vc_demo.h"
- #include "StationInfo.h"
- #ifdef _DEBUG
- #undef THIS_FILE
- static char THIS_FILE[]=__FILE__;
- #define new DEBUG_NEW
- #endif
- //////////////////////////////////////////////////////////////////////
- // Construction/Destruction
- //////////////////////////////////////////////////////////////////////
- CStationInfo::CStationInfo()
- {
- }
- CStationInfo::~CStationInfo()
- {
- }