1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

IModuleDMData changed

This commit is contained in:
Veenu Khanna 2007-12-11 10:32:11 +00:00
parent cd887eb0e3
commit 34a2e60a29

View file

@ -60,6 +60,10 @@ public interface IModules extends IDsfService {
String getName();
String getFile();
long getTimeStamp();
String getBaseAddress();
String getToAddress();
boolean isSymbolsLoaded();
long getSize();
}
/** i information */