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