diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-08-31 02:16:38 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-08-31 02:16:38 -0500 |
commit | aae14103d5218d1b939e484a6335f0ba6f563aff (patch) | |
tree | 3ff7ebc599df6ab5a08788117765ad191adf7365 /tdecore/tdenetworkconnections.cpp | |
parent | 575b2aeee7b35734a4a621f112fe6f7b5033efc2 (diff) | |
download | tdelibs-aae14103d5218d1b939e484a6335f0ba6f563aff.tar.gz tdelibs-aae14103d5218d1b939e484a6335f0ba6f563aff.zip |
Add VLAN settings
Diffstat (limited to 'tdecore/tdenetworkconnections.cpp')
-rw-r--r-- | tdecore/tdenetworkconnections.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tdecore/tdenetworkconnections.cpp b/tdecore/tdenetworkconnections.cpp index cda8e191e..4aa246578 100644 --- a/tdecore/tdenetworkconnections.cpp +++ b/tdecore/tdenetworkconnections.cpp @@ -459,6 +459,18 @@ TDEWiMaxConnection::~TDEWiMaxConnection() { } /*================================================================================================*/ +/* TDEVLANConnection */ +/*================================================================================================*/ + +TDEVLANConnection::TDEVLANConnection() : TDENetworkConnection() { + // +} + +TDEVLANConnection::~TDEVLANConnection() { + // +} + +/*================================================================================================*/ /* TDEWiFiConnection */ /*================================================================================================*/ |