• Noel Grandin's avatar
    remove unnecessary use of Reference constructor in throw · b2ef2c43
    Noel Grandin yazdı
    Convert code like this:
      throw IOException("xx",
         Reference< XInterface >(static_cast<OWeakObject*>(this)) );
    to this:
      throw IOException("xx",
         static_cast<OWeakObject*>(this) );
    
    Change-Id: Ife9f645f0f1810a8e80219126193015502c43dbb
    b2ef2c43
Adı
Son kayıt (commit)
Son güncelleme
..
certificatecontainer.cxx Loading commit data...
certificatecontainer.hxx Loading commit data...
documentdigitalsignatures.cxx Loading commit data...
documentdigitalsignatures.hxx Loading commit data...
registerservices.cxx Loading commit data...
warnbox.src Loading commit data...