Searched refs:baseProxy (Results 1 – 1 of 1) sorted by relevance
619 IBase baseProxy = IBase.getService(); in client() local620 baseProxy.someBaseMethod(); in client()622 IBaz bazProxy = IBaz.castFrom(baseProxy); in client()627 IQuux quuxProxy = IQuux.castFrom(baseProxy); in client()