zeroc-ice / ice

All-in-one solution for creating networked applications with RPC, pub/sub, server deployment, and more.
https://zeroc.com
GNU General Public License v2.0
2k stars 592 forks source link

Add 'createProxy' Method #2339

Closed InsertCreativityHere closed 6 days ago

InsertCreativityHere commented 6 days ago

This PR adds a new createProxy method on ObjectPrx and the generated proxies as well. It also updates our source/tests to use it.

Right now it's a simple implementation which just calls stringToProxy and uncheckedCast. This is just another step forward in proxy refactoring, and this implementation will be improved in a follow-up PR.

InsertCreativityHere commented 6 days ago

Thanks for fixing the formatting!