Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] How to start a service from FinalLaunchSequence?

Hi.

If you get GdbLaunch "launch" as parameter to your FinalLaunchSequence, you can then say something like launch.getServiceFactory(). BTW: As far as I studied DSF you should probably create services in ServicesLaunchSequnce.

At least that's how I do it (not sure if this is the supposed way).

Regards.
Branko

On 07/05/2011 12:46 PM, Derek Morris wrote:
Hi,

I am trying to start (create) a service from within my (overriden) FinalLaunchSequnce, but I can't find how to get the servicesFactory? Any ideas?

Thanks
--
Subs




_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top