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


// C2.cpp: implementation of the CC2 class. 
// 
////////////////////////////////////////////////////////////////////// 
 
#include "stdafx.h" 
#include "C8051JTAG.h" 
#include "C2.h" 
 
#ifdef _DEBUG 
#undef THIS_FILE 
static char THIS_FILE[]=__FILE__; 
#define new DEBUG_NEW 
#endif 
 
////////////////////////////////////////////////////////////////////// 
// Construction/Destruction 
////////////////////////////////////////////////////////////////////// 
 
CC2::CC2() 
{ 
 
} 
 
CC2::~CC2() 
{ 
 
}