moss-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Moss-devel] CVS: moss/family/include SignalHandler.h,1.4,1.5


From: Alexander Feder <address@hidden>
Subject: [Moss-devel] CVS: moss/family/include SignalHandler.h,1.4,1.5
Date: Sat, 02 Nov 2002 18:26:25 -0500

Update of /cvsroot/moss/moss/family/include
In directory subversions:/tmp/cvs-serv15869

Modified Files:
        SignalHandler.h 
Log Message:
undone DEBUG to _DEBUG change


Index: SignalHandler.h
===================================================================
RCS file: /cvsroot/moss/moss/family/include/SignalHandler.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** SignalHandler.h     2 Nov 2002 23:15:53 -0000       1.4
--- SignalHandler.h     2 Nov 2002 23:26:23 -0000       1.5
***************
*** 60,64 ****
  #include <string>
  
! #ifdef DEBUG
  #include <iostream>
  #endif
--- 60,64 ----
  #include <string>
  
! #ifdef _DEBUG
  #include <iostream>
  #endif
***************
*** 166,170 ****
        virtual void Unhandled(int nSignal)
          {
! #ifdef DEBUG
          CMapSignal2Name::iterator it = m_mnsSignal2Name.find(nSignal);
          std::cerr << "unhandled signal: "
--- 166,170 ----
        virtual void Unhandled(int nSignal)
          {
! #ifdef _DEBUG
          CMapSignal2Name::iterator it = m_mnsSignal2Name.find(nSignal);
          std::cerr << "unhandled signal: "
***************
*** 172,181 ****
            << ( ( it == m_mnsSignal2Name.end() ) ? "unknown" : 
it->second.c_str() )
            << std::endl;
! #endif // DEBUG
          } // void Unhandled(int nSignal)
  
        virtual void Handled(int nSignal)
          {
! #ifdef DEBUG
          CMapSignal2Name::iterator it = m_mnsSignal2Name.find(nSignal);
          std::cout << "signal: "
--- 172,181 ----
            << ( ( it == m_mnsSignal2Name.end() ) ? "unknown" : 
it->second.c_str() )
            << std::endl;
! #endif // _DEBUG
          } // void Unhandled(int nSignal)
  
        virtual void Handled(int nSignal)
          {
! #ifdef _DEBUG
          CMapSignal2Name::iterator it = m_mnsSignal2Name.find(nSignal);
          std::cout << "signal: "
***************
*** 183,187 ****
            << ( ( it == m_mnsSignal2Name.end() ) ? "unknown" : 
it->second.c_str() )
            << std::endl;
! #endif // DEBUG
  
          switch (nSignal)
--- 183,187 ----
            << ( ( it == m_mnsSignal2Name.end() ) ? "unknown" : 
it->second.c_str() )
            << std::endl;
! #endif // _DEBUG
  
          switch (nSignal)
***************
*** 323,327 ****
  void Signal(int nSignal)
      {
!     #ifdef DEBUG
      std::cout << "Signal" << endl;
      #endif
--- 323,327 ----
  void Signal(int nSignal)
      {
!     #ifdef _DEBUG
      std::cout << "Signal" << endl;
      #endif
***************
*** 331,335 ****
  void SignalUnhandled(int nSignal)
      {
!     #ifdef DEBUG
      std::cout << "Unhandled Signal" << endl;
      #endif
--- 331,335 ----
  void SignalUnhandled(int nSignal)
      {
!     #ifdef _DEBUG
      std::cout << "Unhandled Signal" << endl;
      #endif





reply via email to

[Prev in Thread] Current Thread [Next in Thread]