From aae14103d5218d1b939e484a6335f0ba6f563aff Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 31 Aug 2012 02:16:38 -0500 Subject: Add VLAN settings --- tdecore/tdenetworkconnections.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'tdecore/tdenetworkconnections.cpp') diff --git a/tdecore/tdenetworkconnections.cpp b/tdecore/tdenetworkconnections.cpp index cda8e191e..4aa246578 100644 --- a/tdecore/tdenetworkconnections.cpp +++ b/tdecore/tdenetworkconnections.cpp @@ -458,6 +458,18 @@ TDEWiMaxConnection::~TDEWiMaxConnection() { // } +/*================================================================================================*/ +/* TDEVLANConnection */ +/*================================================================================================*/ + +TDEVLANConnection::TDEVLANConnection() : TDENetworkConnection() { + // +} + +TDEVLANConnection::~TDEVLANConnection() { + // +} + /*================================================================================================*/ /* TDEWiFiConnection */ /*================================================================================================*/ -- cgit v1.2.1