mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +02:00
Added get file id to IQueryResult
This commit is contained in:
parent
0d6a37aebe
commit
9423b0371d
1 changed files with 1 additions and 0 deletions
|
@ -12,4 +12,5 @@ package org.eclipse.cdt.internal.core.index;
|
|||
|
||||
public interface IQueryResult {
|
||||
String getPath();
|
||||
int getFileID();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue