From 575b2aeee7b35734a4a621f112fe6f7b5033efc2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 31 Aug 2012 00:35:32 -0500 Subject: Add VPN and WiMax connection settings --- tdecore/tdenetworkconnections.cpp | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'tdecore/tdenetworkconnections.cpp') diff --git a/tdecore/tdenetworkconnections.cpp b/tdecore/tdenetworkconnections.cpp index 38d8a4e28..cda8e191e 100644 --- a/tdecore/tdenetworkconnections.cpp +++ b/tdecore/tdenetworkconnections.cpp @@ -434,6 +434,30 @@ TDEWiredInfinibandConnection::~TDEWiredInfinibandConnection() { // } +/*================================================================================================*/ +/* TDEVPNConnection */ +/*================================================================================================*/ + +TDEVPNConnection::TDEVPNConnection() : TDENetworkConnection() { + secretsValid = false; +} + +TDEVPNConnection::~TDEVPNConnection() { + // +} + +/*================================================================================================*/ +/* TDEWiMaxConnection */ +/*================================================================================================*/ + +TDEWiMaxConnection::TDEWiMaxConnection() : TDENetworkConnection() { + // +} + +TDEWiMaxConnection::~TDEWiMaxConnection() { + // +} + /*================================================================================================*/ /* TDEWiFiConnection */ /*================================================================================================*/ -- cgit v1.2.1