diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-09-07 22:51:42 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-09-07 22:51:42 -0500 |
commit | e064a2e485a72e5baf8b7a1c9991eb4df4bd1254 (patch) | |
tree | 32bf72c23d38f3862d3bf7c80fe2038938fea29a /tdecore/tdenetworkconnections.h | |
parent | 671940a29d4d57021a1bf63d310bbd854e07f1fa (diff) | |
download | tdelibs-e064a2e485a72e5baf8b7a1c9991eb4df4bd1254.tar.gz tdelibs-e064a2e485a72e5baf8b7a1c9991eb4df4bd1254.zip |
Add loadConnectionAllowedValues method to global network manager
Diffstat (limited to 'tdecore/tdenetworkconnections.h')
-rw-r--r-- | tdecore/tdenetworkconnections.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tdecore/tdenetworkconnections.h b/tdecore/tdenetworkconnections.h index 7f8052e6b..93bab1d73 100644 --- a/tdecore/tdenetworkconnections.h +++ b/tdecore/tdenetworkconnections.h @@ -1193,6 +1193,14 @@ class TDECORE_EXPORT TDEGlobalNetworkManager : public TQObject virtual void loadConnectionInformation(); /** + * @param connection a pointer to a TDENetworkConnection object containing a + * connection in which to load the values allowed by the backend. + * This is normally called as part of loadConnectionInformation(), but should + * manually be called immediately after creation of a new TDENetworkConnection object. + */ + virtual void loadConnectionAllowedValues(TDENetworkConnection* connection); + + /** * @param uuid a TQString conntaining the UUID of a connection for which to * load secrets from the configuration backend. * @return true on success, false on failure. |