comparison ui/processhelp.h @ 782:20ca94680003

Implemented detection of running instance on linux using a lock file.
author Sascha Wilde <wilde@intevation.de>
date Mon, 14 Jul 2014 12:46:47 +0200
parents 91dd38a71783
children 78798d3af8f0
comparison
equal deleted inserted replaced
773:2c69298b4188 782:20ca94680003
43 /** 43 /**
44 * @brief Activates the window for first found process 44 * @brief Activates the window for first found process
45 * @param [in] executableName executableName (without path and .exe extension) 45 * @param [in] executableName executableName (without path and .exe extension)
46 */ 46 */
47 void activateWindowForProcess(const QString &executableName); 47 void activateWindowForProcess(const QString &executableName);
48
49 /**
50 * @brief Clean up internaly used infrastructure like pid/lock files.
51 */
52 void cleanUp(void);
48 } 53 }
54
49 #endif // PROCESSHELP_H 55 #endif // PROCESSHELP_H

http://wald.intevation.org/projects/trustbridge/