summaryrefslogtreecommitdiffstats
path: root/src/libs/client/ThreadedSigClientInterface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/client/ThreadedSigClientInterface.hpp')
-rw-r--r--src/libs/client/ThreadedSigClientInterface.hpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/libs/client/ThreadedSigClientInterface.hpp b/src/libs/client/ThreadedSigClientInterface.hpp
index 7cac212f..2dab8897 100644
--- a/src/libs/client/ThreadedSigClientInterface.hpp
+++ b/src/libs/client/ThreadedSigClientInterface.hpp
@@ -69,12 +69,13 @@ public:
, program_remove_slot(signal_program_remove.make_slot())
{}
- virtual void subscribe(Shared::EngineInterface* engine) { throw; } // FIXME
+ virtual void subscribe(Shared::EngineInterface* engine) { throw; }
- // TODO: make this insert bundle-boundary-events, where the GTK thread
- // process all events between start and finish in one (GTK) "cycle", guaranteed
- void bundle_begin() {}
- void bundle_end() {}
+ void bundle_begin()
+ { push_sig(bundle_begin_slot); }
+
+ void bundle_end()
+ { push_sig(bundle_end_slot); }
void transfer_begin() {}
void transfer_end() {}