summaryrefslogtreecommitdiffstats
path: root/src/common/ref.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common: add make_ref factory for RefCountedObjectPatrick Donnelly2019-09-161-3/+11
| | | | Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
* common: add ref headerPatrick Donnelly2019-07-191-0/+26
This enables the use of these handy ref templates outside of Message.h. This is necessary for a future rework of #26348. Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>