equal
deleted
inserted
replaced
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 */ |