moss-devel
[Top][All Lists]
Advanced

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

[Moss-devel] CVS: moss/colpatik/src/modules/input Makefile.am,NONE,1.1 C


From: Alexander Feder <address@hidden>
Subject: [Moss-devel] CVS: moss/colpatik/src/modules/input Makefile.am,NONE,1.1 ColpatikDevice.cxx,1.2,1.3 ColpatikInput.cxx,1.2,1.3 Event.cxx,1.2,1.3 Queue.cxx,1.2,1.3
Date: Sat, 13 Jul 2002 10:07:41 -0400

Update of /cvsroot/moss/moss/colpatik/src/modules/input
In directory subversions:/tmp/cvs-serv521/src/modules/input

Modified Files:
        ColpatikDevice.cxx ColpatikInput.cxx Event.cxx Queue.cxx 
Added Files:
        Makefile.am 
Log Message:
automakified


--- NEW FILE ---
lib_LTLIBRARIES = lib3DsiaInput.la

CXXFLAGS = -Wall -g -O2
INCLUDES=-I../../../include -I$(includedir)

lib3DsiaInput_la_LDFLAGS = --export-dynamic
lib3DsiaInput_la_SOURCES = ColpatikDevice.cxx ColpatikInput.cxx Event.cxx 
Queue.cxx

Index: ColpatikDevice.cxx
===================================================================
RCS file: /cvsroot/moss/moss/colpatik/src/modules/input/ColpatikDevice.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ColpatikDevice.cxx  12 Jul 2002 22:04:47 -0000      1.2
--- ColpatikDevice.cxx  13 Jul 2002 14:07:39 -0000      1.3
***************
*** 32,36 ****
  
  
! #include "ColpatikDevice.h"
  
  
--- 32,36 ----
  
  
! #include "modules/input/ColpatikDevice.h"
  
  
***************
*** 62,66 ****
  //////////////////////////////////////////////////////////////////////
  
! CColpatikDevice::Initialize()
    {
  
--- 62,66 ----
  //////////////////////////////////////////////////////////////////////
  
! void CColpatikDevice::Initialize()
    {
  

Index: ColpatikInput.cxx
===================================================================
RCS file: /cvsroot/moss/moss/colpatik/src/modules/input/ColpatikInput.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ColpatikInput.cxx   12 Jul 2002 22:04:48 -0000      1.2
--- ColpatikInput.cxx   13 Jul 2002 14:07:39 -0000      1.3
***************
*** 66,70 ****
  
  
! #include "ColpatikInput.h"
  
  
--- 66,70 ----
  
  
! #include "modules/input/ColpatikInput.h"
  
  

Index: Event.cxx
===================================================================
RCS file: /cvsroot/moss/moss/colpatik/src/modules/input/Event.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Event.cxx   12 Jul 2002 22:04:48 -0000      1.2
--- Event.cxx   13 Jul 2002 14:07:39 -0000      1.3
***************
*** 29,32 ****
--- 29,33 ----
  
  
+ #include "modules/input/Event.h"
  using namespace colpatik;
  
***************
*** 34,43 ****
  CEvent::CEvent()
    {
!   Initialze();
    } // CEvent::CEvent()
  
  CEvent::CEvent(CEvent& src)
    {
!   Initialze();
    operator = (src);
    } // CEvent::CEvent(CEvent& src)
--- 35,44 ----
  CEvent::CEvent()
    {
!   Initialize();
    } // CEvent::CEvent()
  
  CEvent::CEvent(CEvent& src)
    {
!   Initialize();
    operator = (src);
    } // CEvent::CEvent(CEvent& src)
***************
*** 45,49 ****
  CEvent::CEvent(const TEvent& src)
    {
!   Initialze();
    operator = (src);
    } // CEvent::CEvent(const TEvent& src)
--- 46,50 ----
  CEvent::CEvent(const TEvent& src)
    {
!   Initialize();
    operator = (src);
    } // CEvent::CEvent(const TEvent& src)
***************
*** 84,88 ****
    return (TEvent) *this
    } // CEvent::operator const TEvent ()
! 
  ///////////////////////////////////////////////////
  // protected members
--- 85,89 ----
    return (TEvent) *this
    } // CEvent::operator const TEvent ()
!   
  ///////////////////////////////////////////////////
  // protected members

Index: Queue.cxx
===================================================================
RCS file: /cvsroot/moss/moss/colpatik/src/modules/input/Queue.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Queue.cxx   12 Jul 2002 22:04:48 -0000      1.2
--- Queue.cxx   13 Jul 2002 14:07:39 -0000      1.3
***************
*** 33,57 ****
  
  
! #include "queue.h"
  
  using namespace colpatik;
  
! CQeueu::CQueue()
    {
!   } // CQeueu::CQueue()
  
! CQeueu::~CQueue()
    {
!   } // CQeueu::~CQueue()
  
! CEvent& CQeueu::operator << (CEvent& roEvent)
    {
!   } // CEvent& CQeueu::operator << (CEvent& roEvent)
  
! CEvent& CQeueu::operator >> (CEvent& roEvent)
    {
!   } // CEvent& CQeueu::operator >> (CEvent& roEvent)
  
! void CQeueu::Initialize()
    {
!   } // void CQeueu::Initialize()
--- 33,57 ----
  
  
! #include "modules/input/Queue.h"
  
  using namespace colpatik;
  
! CQueue::CQueue()
    {
!   } // CQueue::CQueue()
  
! CQueue::~CQueue()
    {
!   } // CQueue::~CQueue()
  
! CEvent& CQueue::operator << (CEvent& roEvent)
    {
!   } // CEvent& CQueue::operator << (CEvent& roEvent)
  
! CEvent& CQueue::operator >> (CEvent& roEvent)
    {
!   } // CEvent& CQueue::operator >> (CEvent& roEvent)
  
! void CQueue::Initialize()
    {
!   } // void CQueue::Initialize()




reply via email to

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