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:
parent
3b010abe54
commit
e3c98a3f6f
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ public class SharedLibrary extends CObject implements ICDISharedLibrary {
|
||||||
miShared = slib;
|
miShared = slib;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public MIShared getMIShared() {
|
||||||
|
return miShared;
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* @see org.eclipse.cdt.debug.core.cdi.model.ICDISharedLibrary#getFileName()
|
* @see org.eclipse.cdt.debug.core.cdi.model.ICDISharedLibrary#getFileName()
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue