From b80c229d873ca51bf679ff9df90c8360dca5d0d7 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 31 Jul 2014 14:09:32 -0700 Subject: Tons of code cleanup, refactor Network to use EthernetTapFactory, probably also fix GitHub issue #90 --- osnet/LinuxEthernetTap.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'osnet/LinuxEthernetTap.cpp') diff --git a/osnet/LinuxEthernetTap.cpp b/osnet/LinuxEthernetTap.cpp index 0b0c1c4f..d77d56c0 100644 --- a/osnet/LinuxEthernetTap.cpp +++ b/osnet/LinuxEthernetTap.cpp @@ -355,9 +355,8 @@ std::string LinuxEthernetTap::deviceName() const return _dev; } -std::string LinuxEthernetTap::persistentId() const +void LinuxEthernetTap::setFriendlyName(const char *friendlyName) { - return std::string(); } bool LinuxEthernetTap::updateMulticastGroups(std::set &groups) -- cgit v1.2.3