mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
setMIShared() new method.
This commit is contained in:
parent
f315857055
commit
fbe067abe0
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ public class SharedLibrary extends CObject implements ICDISharedLibrary {
|
||||||
miShared = slib;
|
miShared = slib;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void setMIShared(MIShared slib) {
|
||||||
|
miShared = slib;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @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