From 611d8eb7ba4beee51e1ea2706205582b1fd97294 Mon Sep 17 00:00:00 2001 From: Niklas Date: Wed, 9 Nov 2011 15:35:47 +0100 Subject: new comments --- src/interfaceconfiguration.cpp | 1 + src/networkdiscovery.cpp | 8 +++++++- src/networkmanager.cpp | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/interfaceconfiguration.cpp b/src/interfaceconfiguration.cpp index 99f994a..3d09e52 100644 --- a/src/interfaceconfiguration.cpp +++ b/src/interfaceconfiguration.cpp @@ -5,6 +5,7 @@ * * reads and stores a interface configuration. * the config file has already to exist. It is created by the cdhcpcd client process. + * */ diff --git a/src/networkdiscovery.cpp b/src/networkdiscovery.cpp index 27c3a0f..132429c 100644 --- a/src/networkdiscovery.cpp +++ b/src/networkdiscovery.cpp @@ -142,7 +142,13 @@ void NetworkDiscovery::initAndRun(QString serverIp, bool userChoice, bool autoUp -/**/ +/** + * @brief the main work. Here we start with searching for usable interfaces and check the IsRunning state. + * + * the main work. Here we start with searching for usable interfaces and check the IsRunning state. + * check every second the IsRunning state. Do this as long the counter (@see _ifUpCountdown) is greater than 0. + * Default: _ifUpCountdown = 10. + */ void NetworkDiscovery::mainWork() { if (_autoUp) { diff --git a/src/networkmanager.cpp b/src/networkmanager.cpp index b0290ef..2dc774f 100644 --- a/src/networkmanager.cpp +++ b/src/networkmanager.cpp @@ -5,6 +5,7 @@ * * Manages the network configurations like setting new default routes. * It provides methods for ipv4 and some method for ipv6. + * */ -- cgit v1.2.3-55-g7522