void footer ( int  id,
bool  myindent 
)

prints name of activity that is unparsed

Prints a debug trace message containing the (closing) tag name of the activity of the given id. If myindent is set to true, the indentation is reduced.

See also:
header

Definition at line 162 of file ast-tools.cc.

Referenced by footer().

00163 {
00164   if (myindent)
00165     indent -= indentStep;
00166 
00167   trace(TRACE_DEBUG, "[PNU]" + inString() + "</" + globals::ASTEmap[id]->activityTypeName() + " id=" + toString(id) + ">\n");
00168 }

Here is the caller graph for this function:


Generated on Thu Jan 24 04:01:01 2008 for GNU BPEL2oWFN by  doxygen 1.5.2