mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
make getMIsession public.
This commit is contained in:
parent
f83f886c2d
commit
e9791e7823
1 changed files with 3 additions and 2 deletions
|
@ -66,11 +66,12 @@ public class CSession implements ICDISession, ICDISessionObject {
|
|||
sourceManager = new SourceManager(this);
|
||||
ctarget = new CTarget(this);
|
||||
}
|
||||
MISession getMISession() {
|
||||
|
||||
public MISession getMISession() {
|
||||
return session;
|
||||
}
|
||||
|
||||
CTarget getCTarget() {
|
||||
public CTarget getCTarget() {
|
||||
return ctarget;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue