Local-WLAN service name should be nwm::UDS

This commit is contained in:
Kevin Hartman 2015-02-17 01:16:20 -08:00
parent b4700444a2
commit 9e81b88305

View File

@ -18,7 +18,7 @@ public:
Interface(); Interface();
std::string GetPortName() const override { std::string GetPortName() const override {
return "nwm:UDS"; return "nwm::UDS";
} }
}; };