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

Unified Diff: include/dbus-c++/object.h

Issue 6901073: dbus-c++: Revert "dbus-c++: Allow deferred object registration." (Closed) Base URL: ssh://gitrw.chromium.org:9222/dbus-cplusplus.git@master
Patch Set: Created 9 years, 8 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 | src/object.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/dbus-c++/object.h
diff --git a/include/dbus-c++/object.h b/include/dbus-c++/object.h
index 29a587d51b9e67cc4e22f5c20befcda614d98fd7..4e8ea6dd241bb0abe2a42bb5451d110bc250ab60 100644
--- a/include/dbus-c++/object.h
+++ b/include/dbus-c++/object.h
@@ -117,13 +117,7 @@ public:
struct Private;
- enum registration_time {
- REGISTER_NOW,
- REGISTER_LATER
- };
-
- ObjectAdaptor(Connection &conn, const Path &path,
- registration_time reg_time = REGISTER_NOW);
+ ObjectAdaptor(Connection &conn, const Path &path);
~ObjectAdaptor();
« no previous file with comments | « no previous file | src/object.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698