StationInfo.h
资源名称:vc_gprs.rar [点击查看]
上传用户:sdxhgc
上传日期:2013-09-14
资源大小:388k
文件大小:1k
源码类别:
通讯编程
开发平台:
Visual C++
- // StationInfo.h: interface for the CStationInfo class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_STATIONINFO_H__1C2BC094_1CF9_4898_BAAE_214E07E40826__INCLUDED_)
- #define AFX_STATIONINFO_H__1C2BC094_1CF9_4898_BAAE_214E07E40826__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CStationInfo
- {
- public:
- CStationInfo();
- virtual ~CStationInfo();
- };
- #endif // !defined(AFX_STATIONINFO_H__1C2BC094_1CF9_4898_BAAE_214E07E40826__INCLUDED_)