Parseargs.h
上传用户:lds876
上传日期:2013-05-25
资源大小:567k
文件大小:1k
源码类别:

P2P编程

开发平台:

Visual C++

  1. // Parseargs.h: interface for the CParseargs class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_PARSEARGS_H__D65885B4_FB39_421B_B9B6_8549F868F62F__INCLUDED_)
  5. #define AFX_PARSEARGS_H__D65885B4_FB39_421B_B9B6_8549F868F62F__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CParseargs  
  10. {
  11. public:
  12. CParseargs();
  13. virtual ~CParseargs();
  14. };
  15. #endif // !defined(AFX_PARSEARGS_H__D65885B4_FB39_421B_B9B6_8549F868F62F__INCLUDED_)