mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 02:36:01 +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);
|
sourceManager = new SourceManager(this);
|
||||||
ctarget = new CTarget(this);
|
ctarget = new CTarget(this);
|
||||||
}
|
}
|
||||||
MISession getMISession() {
|
|
||||||
|
public MISession getMISession() {
|
||||||
return session;
|
return session;
|
||||||
}
|
}
|
||||||
|
|
||||||
CTarget getCTarget() {
|
public CTarget getCTarget() {
|
||||||
return ctarget;
|
return ctarget;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue