[SERVER-34336] Move non-template code out of session_asio.h into session_asio.cpp Created: 05/Apr/18 Updated: 22/Oct/18 Resolved: 22/Oct/18 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | Internal Code |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Improvement | Priority: | Major - P3 |
| Reporter: | Andrew Morrow (Inactive) | Assignee: | DO NOT USE - Backlog - Platform Team |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | former-quick-wins, service_architecture | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Participants: |
| Description |
|
There is a lot of code in session_asio.h that used to need to be there because the type was templated. However it no longer is. Nearly all of the code could move to session_asio.cpp. |