Main Page   Class Hierarchy   Compound List   File List   Header Files   Compound Members   File Members  

signalBlocker.h

This is the verbatim text of the signalBlocker.h include file.
/* Sun-$Revision: 23.3 $ */

/* Copyright 1992-9 Sun Microsystems, Inc. and Stanford University.
   See the LICENSE file for license information. */

# pragma interface


class SignalBlocker {
 public:
  enum SignalBlockerType {
    block_all,
    allow_user_int,
    block_signals_self_uses
  };
  
 public:
   SignalBlocker(SignalBlockerType sbt = block_all);
  ~SignalBlocker();
  
# include "_signalBlocker_pd.h.incl"  
};


Generated at Tue Jun 27 12:10:09 2000 for SelfVM by doxygen 1.0.0 written by Dimitri van Heesch, © 1997-1999