Conv.h
上传用户:lqt88888
上传日期:2009-12-14
资源大小:905k
文件大小:0k
源码类别:

书籍源码

开发平台:

Visual C++

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