mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 03:45:35 +02:00
Deprecate 2 unused interfaces.
This commit is contained in:
parent
196ab5c67e
commit
2a714beac8
2 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,9 @@ import org.eclipse.cdt.core.dom.ast.cpp.ICPPPointerToMemberType;
|
||||||
/**
|
/**
|
||||||
* @noextend This interface is not intended to be extended by clients.
|
* @noextend This interface is not intended to be extended by clients.
|
||||||
* @noimplement This interface is not intended to be implemented by clients.
|
* @noimplement This interface is not intended to be implemented by clients.
|
||||||
|
* @deprecated Use {@link ICPPPointerToMemberType}, instead.
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public interface IGPPPointerToMemberType extends ICPPPointerToMemberType,
|
public interface IGPPPointerToMemberType extends ICPPPointerToMemberType,
|
||||||
IGPPPointerType {
|
IGPPPointerType {
|
||||||
|
|
||||||
|
|
|
@ -15,10 +15,8 @@ import org.eclipse.cdt.core.dom.ast.IPointerType;
|
||||||
/**
|
/**
|
||||||
* @noextend This interface is not intended to be extended by clients.
|
* @noextend This interface is not intended to be extended by clients.
|
||||||
* @noimplement This interface is not intended to be implemented by clients.
|
* @noimplement This interface is not intended to be implemented by clients.
|
||||||
|
* @deprecated Use {@link IPointerType}, instead.
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public interface IGPPPointerType extends IPointerType {
|
public interface IGPPPointerType extends IPointerType {
|
||||||
/**
|
|
||||||
* is this a restrict pointer
|
|
||||||
*/
|
|
||||||
boolean isRestrict();
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue