| Index: src/object.cpp
|
| diff --git a/src/object.cpp b/src/object.cpp
|
| index 7a53f061d0d2b16fac7ef21825c97c40cd61588c..5bb538d3742b60ee50b2298413438abb5ac548f3 100644
|
| --- a/src/object.cpp
|
| +++ b/src/object.cpp
|
| @@ -148,12 +148,10 @@ ObjectPathList ObjectAdaptor::child_nodes_from_prefix(const std::string &prefix)
|
| return ali;
|
| }
|
|
|
| -ObjectAdaptor::ObjectAdaptor(Connection &conn, const Path &path,
|
| - registration_time reg_time)
|
| +ObjectAdaptor::ObjectAdaptor(Connection &conn, const Path &path)
|
| : Object(conn, path, conn.unique_name())
|
| {
|
| - if (reg_time == REGISTER_NOW)
|
| - register_obj();
|
| + register_obj();
|
| }
|
|
|
| ObjectAdaptor::~ObjectAdaptor()
|
|
|