summaryrefslogtreecommitdiffstats
path: root/lib/Utils/DBusClientProxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Utils/DBusClientProxy.h')
-rw-r--r--lib/Utils/DBusClientProxy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Utils/DBusClientProxy.h b/lib/Utils/DBusClientProxy.h
index e43805bf..8cf51551 100644
--- a/lib/Utils/DBusClientProxy.h
+++ b/lib/Utils/DBusClientProxy.h
@@ -97,12 +97,13 @@ public:
/* signal handlers for this interface
*/
virtual void Crash(const std::string& progname, const std::string& uid);
-
+ virtual void QuotaExceed(const char* str);
private:
/* unmarshalers (to unpack the DBus message before calling the actual signal handler)
*/
void _Crash_stub(const ::DBus::SignalMessage &sig);
void _JobDone_stub(const ::DBus::SignalMessage &sig);
+ void _QuotaExceed_stub(const ::DBus::SignalMessage &sig);
};
#endif