1
0
Fork 0
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:
Alain Magloire 2003-01-17 16:29:01 +00:00
parent f315857055
commit fbe067abe0

View file

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