1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

deprecate

This commit is contained in:
David Inglis 2004-11-01 15:15:56 +00:00
parent dbf7f21cd2
commit 5c2daef8ba

View file

@ -487,6 +487,12 @@ public class CCorePlugin extends Plugin {
return ext;
}
/**
* @param project
* @return
* @throws CoreException
* @deprecated - use getBinaryParserExtensions(IProject project)
*/
public IBinaryParser[] getBinaryParser(IProject project) throws CoreException {
IBinaryParser parsers[] = null;
if (project != null) {