| 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();
|
|
|
|
|