From 47a5c8c644b580f22013a4ac828a874d8e9f4579 Mon Sep 17 00:00:00 2001 From: Pawel Piech Date: Thu, 11 Feb 2010 19:14:17 +0000 Subject: [PATCH] [300586] (comment#9) - Added a clarifying comment. --- .../org/eclipse/cdt/dsf/concurrent/IDsfStatusConstants.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dsf/org.eclipse.cdt.dsf/src/org/eclipse/cdt/dsf/concurrent/IDsfStatusConstants.java b/dsf/org.eclipse.cdt.dsf/src/org/eclipse/cdt/dsf/concurrent/IDsfStatusConstants.java index 56bab781a42..10052e73b55 100644 --- a/dsf/org.eclipse.cdt.dsf/src/org/eclipse/cdt/dsf/concurrent/IDsfStatusConstants.java +++ b/dsf/org.eclipse.cdt.dsf/src/org/eclipse/cdt/dsf/concurrent/IDsfStatusConstants.java @@ -14,7 +14,11 @@ package org.eclipse.cdt.dsf.concurrent; /** * Interface that hold the codes used when reporting status using the DSF * Request Monitor. - * + *

+ * The error codes are ordered by severity so that clients can filter error + * reporting using these codes. E.g. getStatus().getCode() > INVALID_HANDLE + * can be used to filter out errors resulting from expected race conditions. + *

* @since 1.0 */ public interface IDsfStatusConstants {