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

new method getMIShared().

This commit is contained in:
Alain Magloire 2003-02-03 18:48:00 +00:00
parent 3b010abe54
commit e3c98a3f6f

View file

@ -29,6 +29,9 @@ public class SharedLibrary extends CObject implements ICDISharedLibrary {
miShared = slib;
}
public MIShared getMIShared() {
return miShared;
}
/**
* @see org.eclipse.cdt.debug.core.cdi.model.ICDISharedLibrary#getFileName()
*/