www.pudn.com > HanMsg.rar > Func.h
// Func.h: interface for the Func class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_FUNC_H__DA999687_806C_4978_A8D6_F7E855F300D5__INCLUDED_)
#define AFX_FUNC_H__DA999687_806C_4978_A8D6_F7E855F300D5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class Func
{
public:
Func();
virtual ~Func();
};
#endif // !defined(AFX_FUNC_H__DA999687_806C_4978_A8D6_F7E855F300D5__INCLUDED_)