src/node/node-list.h
changeset 1325 f3be9eed2d90
parent 1228 2e521ef32f4c
child 1333 c0d66de933e9
equal deleted inserted replaced
1259:67584d6fc928 1325:f3be9eed2d90
    77    * \param context trace context to use for trace resolver
    77    * \param context trace context to use for trace resolver
    78    *        to create.
    78    *        to create.
    79    * \returns the requested trace resolver. The caller
    79    * \returns the requested trace resolver. The caller
    80    *          takes ownership of the returned pointer.
    80    *          takes ownership of the returned pointer.
    81    */
    81    */
    82   static TraceResolver *CreateTraceResolver (TraceContext const &context);
    82   static TraceResolver *CreateTraceResolver (void);
    83 
    83 
    84   /**
    84   /**
    85    * \param n index of requested node.
    85    * \param n index of requested node.
    86    * \returns the Node associated to index n.
    86    * \returns the Node associated to index n.
    87    */
    87    */