Add getSenderName method to Message

This commit is contained in:
sangelovic
2019-10-06 11:28:16 +02:00
parent 8dea11bac6
commit e30ce194ab
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -133,6 +133,7 @@ namespace sdbus {
std::string getInterfaceName() const;
std::string getMemberName() const;
std::string getSender() const;
void peekType(std::string& type, std::string& contents) const;
bool isValid() const;
bool isEmpty() const;