Exemplo n.º 1
0
void DistGraph::Connect( Int source, Int target )
{
    DEBUG_ONLY(CSE cse("DistGraph::Connect"))
    QueueConnection( source, target, true );
    ProcessLocalQueues();
}
Exemplo n.º 2
0
void DistGraph::Connect( Int source, Int target )
{
    EL_DEBUG_CSE
    QueueConnection( source, target, true );
    ProcessLocalQueues();
}