| 73 | |
| 74 | #ifdef HAVE_TINYXML |
| 75 | XmlDocPtr Introspect() |
| 76 | { |
| 77 | auto prxqry = DBus::Proxy::Utils::Query::Create(proxy); |
| 78 | std::string introsp = prxqry->Introspect(Constants::GenPath("devposture")); |
| 79 | XmlDocPtr doc; |
| 80 | doc.reset(new openvpn::Xml::Document(introsp, "introspect")); |
| 81 | return doc; |
| 82 | } |
| 83 | #endif |
| 84 | |
| 85 | std::vector<DBus::Object::Path> GetRegisteredModules() const |
no test coverage detected