Skip to content

update method signature after recent change in up-cpp #25

@MaximilianToe

Description

@MaximilianToe

After a recent commit (Commit 7ae7231) to fix several linting errors/warnings in up-cpp the signature of the cleanupListener method of UTransport was changed to use a const reference.
This method is overriden in UTransportDomainSocket; however, now the signature does not match up anymore and will throw an error when compiling.
To make this repository compatible with the latest version of up-cpp, the signature has to also be changed when overriding.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions