void header ( int  id,
bool  myindent 
)

prints name of activity that is unparsed

Prints a debug trace message containing the (opening) tag name of the activity of the given id. If myindent is set to true, the enclosed elements are indented.

See also:
footer

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

Referenced by header().

00124 {
00125   trace(TRACE_DEBUG, "[PNU]" + inString() + "<" + globals::ASTEmap[id]->activityTypeName() + " id=" + toString(id) + ">\n");
00126 
00127   if (myindent)
00128     indent += indentStep;
00129 }

Here is the caller graph for this function:


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