コード例 #1
0
ファイル: Path.cpp プロジェクト: karlssonper/cs249a
void Path::timeIs(Hours h){
    FWK_DEBUG("Conn::Path::timeIs() with time: " << h.value());
    if (time() == h) return;
    else time_ = h;
}