Exemplo n.º 1
0
void ConcreateElementB::Accept(Visitor &rVisitor)
{
	rVisitor.VisitConcreateElementB(this);
}