Make Connection const-correct and fix integration tests build error

This commit is contained in:
sangelovic
2019-11-10 17:40:33 +01:00
parent 5fe0f503ca
commit 839bc13625
4 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -79,7 +79,7 @@ namespace sdbus {
*
* @throws sdbus::Error in case of failure
*/
virtual std::string getUniqueName() = 0;
virtual std::string getUniqueName() const = 0;
/*!
* @brief Enters the D-Bus processing loop
@@ -137,7 +137,7 @@ namespace sdbus {
*
* @throws sdbus::Error in case of failure
*/
virtual PollData getProcessLoopPollData() = 0;
virtual PollData getProcessLoopPollData() const = 0;
/*!
* @brief Process a pending request