Intermediat commit on SIP Support (Work in Progress!)

Register SLICK as a service for the SLICK runner to discover
cusax-fix
Emil Ivov 20 years ago
parent def54bfaee
commit abcfd2ea49

@ -42,9 +42,16 @@ public class SipProtocolProviderServiceLick
*/
public void start(BundleContext context)
{
setName("SIPProtocolProviderServiceLick");
setName("SipProtocolProviderServiceLick");
Hashtable properties = new Hashtable();
properties.put("service.pid", getName());
SipSlickFixture.bc = context;
addTestSuite(TestAccountInstallation.class);
context.registerService(getClass().getName(), this, properties);
}
/**

Loading…
Cancel
Save