[root] / trunk / core / base / inc / TSysEvtHandler.h Repository:
ViewVC logotype

Log of /trunk/core/base/inc/TSysEvtHandler.h

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

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 21455 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 18 15:44:33 2007 UTC (7 years, 1 month ago) by rdm
Original Path: trunk/base/inc/TSysEvtHandler.h
File length: 6781 byte(s)
Diff to previous 21270
From Markus:
Fix compiler warning on Win32 VC7.1 (issue 32301).

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 20877 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:17:07 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/base/inc/TSysEvtHandler.h
File length: 5813 byte(s)
Diff to previous 19826
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

Revision 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/base/inc/TSysEvtHandler.h
File length: 5813 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/base/inc/TSysEvtHandler.h
File length: 5866 byte(s)
Diff to previous 15134
remove :$ from tag line

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 3855 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 3 18:34:16 2002 UTC (12 years, 11 months ago) by rdm
Original Path: trunk/base/inc/TSysEvtHandler.h
File length: 5021 byte(s)
Diff to previous 882
introduce kRead and kWrite constants to be used in the mask argument of
the TFileHandler.

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.

Revision 3 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 16 17:00:58 2000 UTC (14 years, 8 months ago) by rdm
Original Path: trunk/base/inc/TSysEvtHandler.h
File length: 4449 byte(s)
Copied from: branches/rdm/base/inc/TSysEvtHandler.h revision 2
Diff to previous 2
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.

Revision 2 - (view) (download) (as text) (annotate) - [select for diffs]
Added Tue May 16 17:00:58 2000 UTC (14 years, 8 months ago) by rdm
Original Path: branches/rdm/base/inc/TSysEvtHandler.h
File length: 4449 byte(s)
Initial import of ROOT into CVS

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9