summaryrefslogtreecommitdiffstats
path: root/tdecore/tdenetworkconnections.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-08-31 02:16:38 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-08-31 02:16:38 -0500
commitaae14103d5218d1b939e484a6335f0ba6f563aff (patch)
tree3ff7ebc599df6ab5a08788117765ad191adf7365 /tdecore/tdenetworkconnections.cpp
parent575b2aeee7b35734a4a621f112fe6f7b5033efc2 (diff)
downloadtdelibs-aae14103d5218d1b939e484a6335f0ba6f563aff.tar.gz
tdelibs-aae14103d5218d1b939e484a6335f0ba6f563aff.zip
Add VLAN settings
Diffstat (limited to 'tdecore/tdenetworkconnections.cpp')
-rw-r--r--tdecore/tdenetworkconnections.cpp12
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 */
/*================================================================================================*/