summaryrefslogtreecommitdiffstats
path: root/lib/CommLayer/DBusServerProxy.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-08-06 02:13:24 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-08-06 02:13:24 +0200
commit94e55c784463fea7913791ebd9a53875f3be2e5c (patch)
tree2f96c856c2e3975d80ce3f2890db1c5dcdf3e51d /lib/CommLayer/DBusServerProxy.h
parent0acf7bbbbb822f1259cf1e3211e5e79724be6bf7 (diff)
downloadabrt-94e55c784463fea7913791ebd9a53875f3be2e5c.tar.gz
abrt-94e55c784463fea7913791ebd9a53875f3be2e5c.tar.xz
abrt-94e55c784463fea7913791ebd9a53875f3be2e5c.zip
trailing whitespace removal. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/CommLayer/DBusServerProxy.h')
-rw-r--r--lib/CommLayer/DBusServerProxy.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/CommLayer/DBusServerProxy.h b/lib/CommLayer/DBusServerProxy.h
index 1b8159b6..dbf48ad1 100644
--- a/lib/CommLayer/DBusServerProxy.h
+++ b/lib/CommLayer/DBusServerProxy.h
@@ -95,7 +95,7 @@ public:
virtual bool Report(map_crash_report_t pReport, const std::string &pDBusSender) = 0;
virtual bool DeleteDebugDump(const std::string& pUUID, const std::string& pDBusSender) = 0;
virtual map_crash_report_t GetJobResult(uint64_t pJobID, const std::string& pDBusSender) = 0;
-
+
public:
/* signal emitters for this interface
@@ -116,8 +116,7 @@ public:
wi << arg1;
emit_signal(sig);
}
-
-
+
void JobDone(const std::string &pDest, uint64_t job_id)
{
::DBus::SignalMessage sig("JobDone");
@@ -134,7 +133,7 @@ public:
wi << arg1;
emit_signal(sig);
}
-
+
void Update(const std::string pDest, const std::string& pMessage)
{
::DBus::SignalMessage sig("Update");
@@ -143,7 +142,7 @@ public:
wi << pMessage;
emit_signal(sig);
}
-
+
void Warning(const std::string& arg1)
{
::DBus::SignalMessage sig("Warning");
@@ -204,7 +203,7 @@ private:
wi << argout1;
return reply;
}
-
+
DBus::Message _GetJobResult_stub(const DBus::CallMessage &call)
{
DBus::MessageIter ri = call.reader();