1
0
Fork 0
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:
Bogdan Gheorghe 2005-06-15 05:18:02 +00:00
parent 0d6a37aebe
commit 9423b0371d

View file

@ -12,4 +12,5 @@ package org.eclipse.cdt.internal.core.index;
public interface IQueryResult {
String getPath();
int getFileID();
}