moss-devel
[Top][All Lists]
Advanced

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

[Moss-devel] CVS: moss/colpatik/src main.cxx,1.7,1.8


From: Manfred Morgner <address@hidden>
Subject: [Moss-devel] CVS: moss/colpatik/src main.cxx,1.7,1.8
Date: Sat, 02 Nov 2002 20:21:10 -0500

Update of /cvsroot/moss//moss/colpatik/src
In directory subversions:/tmp/cvs-serv25194

Modified Files:
        main.cxx 
Log Message:
better signal handler class doesn't need explizit instanciation - removed the 
signal handler instanziation code


Index: main.cxx
===================================================================
RCS file: /cvsroot/moss//moss/colpatik/src/main.cxx,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** main.cxx    2 Nov 2002 23:32:49 -0000       1.7
--- main.cxx    3 Nov 2002 01:21:08 -0000       1.8
***************
*** 34,37 ****
--- 34,38 ----
  #include <iostream>
  #include <family/SignalHandler.h>
+ #include <family/SignalHandler.h>
  
  #include "DeviceInterrupt.h"
***************
*** 39,42 ****
--- 40,44 ----
  
  using namespace std;
+ using namespace family
;
  using namespace colpatik;
  
***************
*** 46,52 ****
          cout << "2002 - The Year Of 3Dsia" << endl;
      #endif //#ifdef _DEBUG
!    
!     family::CSignalManager& oSM = family::CSignalManager::GetInstance();
! 
      CDeviceInterrupt oDevice;
  
--- 48,52 ----
          cout << "2002 - The Year Of 3Dsia" << endl;
      #endif //#ifdef _DEBUG
! 
      CDeviceInterrupt oDevice;
  





reply via email to

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