• Show log

    Commit

  • Hash : fe0c6d4e
    Author : Carlos Martín Nieto
    Date : 2013-08-17T01:41:08

    odb: make it clearer that the id is calculated in the frontend The frontend is in charge of calculating the id of the objects. Thus the backends should treat it as a read-only value. The positioning in the function signature made it seem as though it was an output parameter. Make the id const and move it from the front to behind the subject (backend or stream).