moss-devel
[Top][All Lists]
Advanced

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

[Moss-devel] CVS: moss/colpatik/src Makefile.am,1.6,1.7 main.cxx,1.2,1.3


From: Manfred Morgner <address@hidden>
Subject: [Moss-devel] CVS: moss/colpatik/src Makefile.am,1.6,1.7 main.cxx,1.2,1.3
Date: Mon, 28 Oct 2002 18:09:22 -0500

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

Modified Files:
        Makefile.am main.cxx 
Log Message:
at first we implement colpatik as such


Index: Makefile.am
===================================================================
RCS file: /cvsroot/moss//moss/colpatik/src/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** Makefile.am 28 Oct 2002 22:42:29 -0000      1.6
--- Makefile.am 28 Oct 2002 23:09:20 -0000      1.7
***************
*** 3,7 ****
  bin_PROGRAMS = colpatik
  
! INCLUDES=-I../include -I$(includedir)
  CFLAGS=-D_REENTRANT
  
--- 3,7 ----
  bin_PROGRAMS = colpatik
  
! INCLUDES=-I../include -I../include/modules/filter -I../include/modules/input 
-I$(includedir)
  CFLAGS=-D_REENTRANT
  

Index: main.cxx
===================================================================
RCS file: /cvsroot/moss//moss/colpatik/src/main.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** main.cxx    12 Jul 2002 22:04:47 -0000      1.2
--- main.cxx    28 Oct 2002 23:09:20 -0000      1.3
***************
*** 28,32 ****
   ***************************************************************************
   *
!  *
   *
   ***************************************************************************/
--- 28,32 ----
   ***************************************************************************
   *
!  * colpatik main process - to become an daemon
   *
   ***************************************************************************/
***************
*** 36,41 ****
  #include <iostream>
  
! int main ( void )
!     {   
      cout << "2002 - The Year Of 3Dsia" << endl;
!     }
--- 36,51 ----
  #include <iostream>
  
! #include "DeviceInterrupt.h"
! 
! using namespace colpatik;
! 
! 
! 
! int main ( int nArgs, char* aszArgs[] )
!     {
      cout << "2002 - The Year Of 3Dsia" << endl;
!     
! //    CDeviceInterrupt oDevice;
!     
!     } // int main ( int nArgs, char* aszArgs[] )
! 





reply via email to

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