From 2bea707eb5e8623f6e731f595894ef3a6a5bee8a Mon Sep 17 00:00:00 2001 From: Markus Schorn Date: Fri, 7 Jul 2006 07:22:01 +0000 Subject: [PATCH] Marks position tracker api as provisional. --- .../src/org/eclipse/cdt/core/IPositionConverter.java | 7 +++++++ .../src/org/eclipse/cdt/core/IPositionTrackerManager.java | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/IPositionConverter.java b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/IPositionConverter.java index da07eec24b9..8cffe670ba2 100644 --- a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/IPositionConverter.java +++ b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/IPositionConverter.java @@ -30,6 +30,13 @@ import org.eclipse.jface.text.Position; * the deletion as far as possible. * *

This interface is not intended to be implemented by clients.

+ * + *

+ * EXPERIMENTAL. This interface has been added as + * part of a work in progress. There is no guarantee that this API will + * work or that it will remain the same. Please do not use this API without + * consulting with the CDT team. + *

*/ public interface IPositionConverter { diff --git a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/IPositionTrackerManager.java b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/IPositionTrackerManager.java index 80a9da311b8..684e8ee5292 100644 --- a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/IPositionTrackerManager.java +++ b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/IPositionTrackerManager.java @@ -20,6 +20,13 @@ import org.eclipse.core.runtime.IPath; * for the file. * *

This interface is not intended to be implemented by clients.

+ * + *

+ * EXPERIMENTAL. This interface has been added as + * part of a work in progress. There is no guarantee that this API will + * work or that it will remain the same. Please do not use this API without + * consulting with the CDT team. + *

*/ public interface IPositionTrackerManager { /**