summaryrefslogtreecommitdiffstats
path: root/src/libs/client/SigClientInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/client/SigClientInterface.h')
-rw-r--r--src/libs/client/SigClientInterface.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libs/client/SigClientInterface.h b/src/libs/client/SigClientInterface.h
index 4639bdc7..9f8a4537 100644
--- a/src/libs/client/SigClientInterface.h
+++ b/src/libs/client/SigClientInterface.h
@@ -67,6 +67,10 @@ protected:
// ClientInterface hooks that fire the above signals
+ // FIXME: implement for this (is implemented for ThreadedSigClientInterface)
+ void enable() { }
+ void disable() { }
+
void bundle_begin() {}
void bundle_end() {}