Log of /trunk/core/base/inc/TSysEvtHandler.h
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: 6781 byte(s)
Diff to
previous 21455
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/inc/TSysEvtHandler.h
File length: 6767 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
15134 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue May 23 04:47:42 2006 UTC (8 years, 8 months ago) by
brun
Original Path:
trunk/base/inc/TSysEvtHandler.h
File length: 5876 byte(s)
Diff to
previous 10794
From Federico Carminati:
"I have implemented all copy and equal operators needed to silence all
warnings in AliRoot, as requested. I have implemented shallow copies as
would do the default operators synthetized by the compiler.
Most operators are protected. If users complain, you just have to move
them into the public area, but class derivation is of course supported.
It has been a terrible job, I have modified 278 files, but the changes
are backward compabile, and this goes a long way to permitting user to
use the effc++ flag with root headers."
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/inc/TSysEvtHandler.h
File length: 5840 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/inc/TSysEvtHandler.h
File length: 5404 byte(s)
Diff to
previous 3855
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/inc/TSysEvtHandler.h
File length: 4938 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.