Skip to content

PATCore: Move a couple AcceptInfo methods inline.

Scott Snyder requested to merge ssnyder/athena:inline.PATCore-20190214 into master

Move AcceptInfo::AcceptInfo and addCut inline. This is so we can use them from another package without having any link dependencies on other Athena packages. This allows using them from code called during the configuration phase of Athena (as used by RingerSelectorTools).

Merge request reports