示例#1
0
/******************************************************************
 Title:fini
 Function:This function is called when the application exits.
 Input:
 INT32 code:The first argument.
 VOID *v:The second argument.
 Output:
 VOID
******************************************************************/
VOID fini(INT32 code, VOID *v)
{
	endHandle();
    /*fprintf(trace, "#eof\n");
    fclose(trace);*/
	/*fprintf(log,"#eof\n");
	fclose(log);*/
}
示例#2
0
void LineAnalysis::slotRightHandle()
{
	endHandle();
}