1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 15:15:25 +02:00

create a shared library manager.

This commit is contained in:
Alain Magloire 2003-01-16 20:25:37 +00:00
parent 5e0e02c472
commit 545dac7239

View file

@ -66,6 +66,7 @@ public class CSession implements ICDISession, ICDISessionObject {
memoryManager = new MemoryManager(this);
signalManager = new SignalManager(this);
sourceManager = new SourceManager(this);
sharedLibraryManager = new SharedLibraryManager(this);
ctarget = new CTarget(this);
}