mirror of
https://github.com/Kistler-Group/sdbus-cpp.git
synced 2026-02-06 07:15:21 +01:00
refactor: little fixes and reorganizations around Connection class
This commit is contained in:
committed by
Stanislav Angelovič
parent
2a4c241303
commit
b7f3d7c876
@@ -219,7 +219,7 @@ void Proxy::unregister()
|
||||
|
||||
sdbus::IConnection& Proxy::getConnection() const
|
||||
{
|
||||
return dynamic_cast<sdbus::IConnection&>(*connection_);
|
||||
return *connection_;
|
||||
}
|
||||
|
||||
const std::string& Proxy::getObjectPath() const
|
||||
|
||||
Reference in New Issue
Block a user