Ejemplo n.º 1
0
void Path::timeIs(Hours h){
    FWK_DEBUG("Conn::Path::timeIs() with time: " << h.value());
    if (time() == h) return;
    else time_ = h;
}