1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 09:46:02 +02:00

Implement the new method getSessionProcess().

This commit is contained in:
Alain Magloire 2002-10-22 20:28:20 +00:00
parent 120ac81741
commit 1e55ad4fb2

View file

@ -208,4 +208,11 @@ public class CSession implements ICDISession, ICDISessionObject {
}
}
/**
* @see org.eclipse.cdt.debug.core.cdi.ICDISession#getSessionProcess()
*/
public Process getSessionProcess() throws CDIException {
return session.getSessionProcess();
}
}