Commit c2f1325
committed
refactor(yoko-core): remove finalizer from Acceptor_impl
Phase 3 of finalization refactoring: Remove finalize() method from
Acceptor_impl class.
- Removed finalizer that called close() and removed from listenMap_
- close() is already called explicitly in GIOPServerStarter classes
- listenMap_ cleanup was redundant as acceptors are explicitly managed
- Removed TODO comment about using phantom refs in AccFactory_impl
- Lines removed: 12
Tests: All yoko-core tests pass
Co-authored-by-AI: IBM Bob 1.0.41 parent 09e72bf commit c2f1325
1 file changed
Lines changed: 0 additions & 12 deletions
Lines changed: 0 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | 314 | | |
327 | 315 | | |
328 | 316 | | |
| |||
0 commit comments