Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(251)

Unified Diff: tools/generate_adaptor.cpp

Issue 6015015: Allow methods and signals on the org.freedesktop.DBus.Properties interface. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/dbus-cplusplus.git@master
Patch Set: Created 9 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/generate_adaptor.cpp
diff --git a/tools/generate_adaptor.cpp b/tools/generate_adaptor.cpp
index f979ea8bf8435aa121fb30e79bf206cc70c4bfb7..a179ba82fe7a01b4a2fe2695b0b6b54690461022 100644
--- a/tools/generate_adaptor.cpp
+++ b/tools/generate_adaptor.cpp
@@ -151,8 +151,7 @@ void generate_adaptor(Xml::Document &doc, const char *filename)
string ifacename = iface.get("name");
// these interface names are skipped.
- if (ifacename == "org.freedesktop.DBus.Introspectable"
- ||ifacename == "org.freedesktop.DBus.Properties")
+ if (ifacename == "org.freedesktop.DBus.Introspectable")
{
cerr << "skipping interface " << ifacename << endl;
continue;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698