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