Log of /trunk/core/base/src/TSysEvtHandler.cxx
Parent Directory
Revision
22961 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Apr 3 13:32:57 2008 UTC (6 years, 9 months ago) by
rdm
File length: 7445 byte(s)
Diff to
previous 21270
move the directories:
base clib cont meta metautils newdelete pcre rint thread unix utils
winnt zip
under the new core meta directory.
Revision
21270 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Dec 7 12:15:24 2007 UTC (7 years, 1 month ago) by
rdm
Original Path:
trunk/base/src/TSysEvtHandler.cxx
File length: 7445 byte(s)
Diff to
previous 20877
From Matevz:
implementation of TStdExceptionHandler deriving from TSysEvtHandler.
Whenever a std::exception is thrown it will be intercepted in
TSystem::Run where all TStdExceptionHandlers will be processed. Just like
how signals are handled. std::exceptions are thrown by Eve so now they
can be properly handled without aborting the system.
Revision
10794 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Dec 15 16:04:57 2004 UTC (10 years, 1 month ago) by
rdm
Original Path:
trunk/base/src/TSysEvtHandler.cxx
File length: 5807 byte(s)
Diff to
previous 8612
From Gerri:
base/inc/TSysEvtHandler.h
- add new protected member fReadyMask to TFileHandler to
indicate readiness in read, write or both
- add set of public methods to read/manipulate fReadyMask
- add method SetInterest to set the interest mask fMask
base/src/TSysEvtHandler.cxx
- add implementation for new method SetInterest()
base/inc/TSystem.h
- add two public methods Select() to allow select on file
descriptors outside the main event loop
base/src/TSystem.cxx
- add abstract implentation of the new methods Select().
unix/inc/TUnixSystem.h
- add two new methods Select()
unix/src/TUnixSystem.cxx
- add implementation for the new methods Select()
winnt/inc/TWinNTSystem.h
- add the new methods Select()
winnt/src/TWinNTSystem.cxx
- add implementation for the new methods Select()
Revision
8612 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Apr 20 09:27:03 2004 UTC (10 years, 9 months ago) by
rdm
Original Path:
trunk/base/src/TSysEvtHandler.cxx
File length: 5568 byte(s)
Diff to
previous 3883
fix problem that caused system to hang (i.e. waiting for keyboard input) after
executing a command. The problem was that we removed and added the
keyboard input handler before and after processing a command. However
the re-adding of the handler caused it to be added at the end of the list
of handlers and to be executed again. When purely using the command line
the problem was not visible because as soon as a key was hit the system
was back to its normal state. However, GUI actions would be blocked
till a key was hit. Now instead of removing and adding the handler we
de-activate and activate the handler (add fIsActive flag to TSysEvtHandler).
and check for this is-active flag when looping over the file handlers.
Revision
882 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 17 10:26:03 2000 UTC (14 years, 2 months ago) by
rdm
Original Path:
trunk/base/src/TSysEvtHandler.cxx
File length: 4445 byte(s)
Diff to
previous 3
TSysEvtHandler now derives from TQObject instead of only TTimer.
This gives signal/slot capability to all event handlers.
Also added abstract method Add() to TSysEvtHandler and implementation
to the concrete handlers. Add() complements the already existing Remove()
method.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.