1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 22:22:11 +02:00

Pass optional arguments, in case base class ever needs them.

Change-Id: I7f928063b7a9e476ccb98612b3ff17be24126745
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
Marc Khouzam 2014-07-25 15:12:47 -04:00
parent 22b4459a37
commit 8ac1490c7c

View file

@ -121,7 +121,7 @@ public class GdbDebugServicesFactory extends AbstractDsfDebugServicesFactory {
return (V)createBreakpointsSynchronizerService(session);
}
return super.createService(clazz, session);
return super.createService(clazz, session, optionalArguments);
}
protected MIBreakpointsManager createBreakpointManagerService(DsfSession session) {