Conv.h
上传用户:lqt88888
上传日期:2009-12-14
资源大小:905k
文件大小:0k
- // Conv.h: interface for the CConv class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_CONV_H__827B583B_6E42_4344_B8FF_42390CA4A0E7__INCLUDED_)
- #define AFX_CONV_H__827B583B_6E42_4344_B8FF_42390CA4A0E7__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CConv
- {
- public:
- CConv();
- virtual ~CConv();
- };
- #endif // !defined(AFX_CONV_H__827B583B_6E42_4344_B8FF_42390CA4A0E7__INCLUDED_)