www.pudn.com > C8051JTAG_SRC.rar > C2.h


// C2.h: interface for the CC2 class. 
// 
// 
// 
// 
// 
// 
// 
// 
// 
////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_C2_H__C33C9F60_B28B_4E11_A277_E8A8362A7C96__INCLUDED_) 
#define AFX_C2_H__C33C9F60_B28B_4E11_A277_E8A8362A7C96__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
class CC2   
{ 
public: 
	CC2(); 
	virtual ~CC2(); 
 
}; 
 
#endif // !defined(AFX_C2_H__C33C9F60_B28B_4E11_A277_E8A8362A7C96__INCLUDED_)