diff checker/plugincandidates.h @ 24:24b1d94440f5

Debug output improvements, and make the checker actually attempt to call the descriptor function for known plugin types
author Chris Cannam
date Wed, 16 Nov 2016 16:12:42 +0000
parents c80c55cabfcd
children 40c6936c2fc9
line wrap: on
line diff
--- a/checker/plugincandidates.h	Wed Nov 16 16:12:18 2016 +0000
+++ b/checker/plugincandidates.h	Wed Nov 16 16:12:42 2016 +0000
@@ -55,6 +55,8 @@
 
     struct LogCallback {
         virtual ~LogCallback() { }
+
+        /// implementation is responsible for adding \n and flushing output
         virtual void log(std::string) = 0;
     };