| 437 | } |
| 438 | |
| 439 | std::unique_ptr<IProxy> createLightWeightProxy( std::unique_ptr<IConnection>&& connection |
| 440 | , ServiceName destination |
| 441 | , ObjectPath objectPath ) |
| 442 | { |
| 443 | return createProxy(std::move(connection), std::move(destination), std::move(objectPath), dont_run_event_loop_thread); |
| 444 | } |
| 445 | |
| 446 | std::unique_ptr<IProxy> createProxy( ServiceName destination |
| 447 | , ObjectPath objectPath ) |