Parseargs.h
资源名称:GGBT.rar [点击查看]
上传用户:lds876
上传日期:2013-05-25
资源大小:567k
文件大小:1k
源码类别:
P2P编程
开发平台:
Visual C++
- // Parseargs.h: interface for the CParseargs class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_PARSEARGS_H__D65885B4_FB39_421B_B9B6_8549F868F62F__INCLUDED_)
- #define AFX_PARSEARGS_H__D65885B4_FB39_421B_B9B6_8549F868F62F__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CParseargs
- {
- public:
- CParseargs();
- virtual ~CParseargs();
- };
- #endif // !defined(AFX_PARSEARGS_H__D65885B4_FB39_421B_B9B6_8549F868F62F__INCLUDED_)