| 325 | }; |
| 326 | |
| 327 | int test_container_schedule_stop() { |
| 328 | schedule_tester tester; |
| 329 | proton::container c(tester); |
| 330 | c.auto_stop(false); |
| 331 | c.run(); |
| 332 | return 0; |
| 333 | } |
| 334 | |
| 335 | class link_test_handler : public proton::messaging_handler {//, public proton::listen_handler { |
| 336 | public: |