summaryrefslogtreecommitdiff
path: root/decoder/include/interfaces/trc_error_log_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'decoder/include/interfaces/trc_error_log_i.h')
-rw-r--r--decoder/include/interfaces/trc_error_log_i.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/decoder/include/interfaces/trc_error_log_i.h b/decoder/include/interfaces/trc_error_log_i.h
index 2fc796f72457..cc65f631e750 100644
--- a/decoder/include/interfaces/trc_error_log_i.h
+++ b/decoder/include/interfaces/trc_error_log_i.h
@@ -56,8 +56,8 @@ class ocsdMsgLogger;
class ITraceErrorLog
{
public:
- ITraceErrorLog() {}; /**< default constructor */
- virtual ~ITraceErrorLog() {}; /**< default destructor */
+ ITraceErrorLog() {};
+ virtual ~ITraceErrorLog() {};
/*!
* Register a named component error source. Allows the logger to associate errors with components.
@@ -111,7 +111,7 @@ public:
* Get the last error associated with the given Trace source channel ID.
* returns a pointer to the error or 0 if no errors associated with the ID.
*
- * @param chan_id : ID.
+ * @param chan_id : Trace Source Channel ID (CoreSight Trace ID).
*
* @return ocsdError *: last error pointer for ID or 0.
*/