diff options
author | fluxgen <fluxgen> | 2002-08-14 22:49:32 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-08-14 22:49:32 (GMT) |
commit | 1aa113f78efc5ced159a52431d6d83795dcaf1df (patch) | |
tree | 49509d44609ed39902436fe57b557b65e8387a03 | |
parent | 781fb842420ffda1bb639918ec771dc93c187a21 (diff) | |
download | fluxbox-1aa113f78efc5ced159a52431d6d83795dcaf1df.zip fluxbox-1aa113f78efc5ced159a52431d6d83795dcaf1df.tar.bz2 |
comment
-rw-r--r-- | src/SignalHandler.hh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/SignalHandler.hh b/src/SignalHandler.hh index 81eec9f..efbf73f 100644 --- a/src/SignalHandler.hh +++ b/src/SignalHandler.hh | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: SignalHandler.hh,v 1.1 2002/08/13 23:57:04 fluxgen Exp $ | 22 | // $Id: SignalHandler.hh,v 1.2 2002/08/14 22:49:32 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef FBTK_SIGNALHANDLER_HH | 24 | #ifndef FBTK_SIGNALHANDLER_HH |
25 | #define FBTK_SIGNALHANDLER_HH | 25 | #define FBTK_SIGNALHANDLER_HH |
@@ -30,6 +30,9 @@ namespace FbTk { | |||
30 | 30 | ||
31 | /** | 31 | /** |
32 | Handles system signals, singleton. | 32 | Handles system signals, singleton. |
33 | Usage: inherit the class EventHandler and then register | ||
34 | it to SignalHandler by calling registerHandler with | ||
35 | a signal number | ||
33 | */ | 36 | */ |
34 | class SignalHandler { | 37 | class SignalHandler { |
35 | public: | 38 | public: |