commit | feef68f751e09d8d5a4f2bf2f2f4cab27de1b73e | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Tue Jul 17 14:40:14 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Tue Jul 17 14:40:14 2018 -0700 |
tree | b1610bb958a43d3958b630525120501f768bc9fe | |
parent | 2d943ead4b1c160a163f284fb5b639f1f076ce49 [diff] [blame] |
source/base: Refactor out callback routine The callback mechanism will be used by other callback methods in the same fashion, so we can template and re-use this functionality
diff --git a/.gitignore b/.gitignore index 884d17b..61aa582 100644 --- a/.gitignore +++ b/.gitignore
@@ -46,4 +46,5 @@ /test/event /test/exception /test/internal_sdref +/test/internal_utils /test/source_base