moss-devel
[Top][All Lists]
Advanced

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

[Moss-devel] CVS: moss/colpatik/src Device.cxx,1.3,1.4 DeviceInterrupt.c


From: Alexander Feder <address@hidden>
Subject: [Moss-devel] CVS: moss/colpatik/src Device.cxx,1.3,1.4 DeviceInterrupt.cxx,1.1,1.2 DevicePoll.cxx,1.1,1.2 DeviceQuery.cxx,1.1,1.2 Makefile.am,1.4,1.5
Date: Sat, 13 Jul 2002 10:07:41 -0400

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

Modified Files:
        Device.cxx DeviceInterrupt.cxx DevicePoll.cxx DeviceQuery.cxx 
        Makefile.am 
Log Message:
automakified


Index: Device.cxx
===================================================================
RCS file: /cvsroot/moss/moss/colpatik/src/Device.cxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Device.cxx  12 Jul 2002 21:54:12 -0000      1.3
--- Device.cxx  13 Jul 2002 14:07:39 -0000      1.4
***************
*** 33,39 ****
  #include "Device.h"
  
! using namespace dsia
  
! CDevice::CDevice(std::string sURI = "")
    {
    m_sURI = sURI;
--- 33,39 ----
  #include "Device.h"
  
! using namespace dsia;
  
! CDevice::CDevice(std::string sURI = "") //why not string&?
    {
    m_sURI = sURI;
***************
*** 43,45 ****
    {
    } // CDevice::~CDevice()
!  
--- 43,46 ----
    {
    } // CDevice::~CDevice()
! 
! 

Index: DeviceInterrupt.cxx
===================================================================
RCS file: /cvsroot/moss/moss/colpatik/src/DeviceInterrupt.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** DeviceInterrupt.cxx 3 May 2002 22:49:35 -0000       1.1
--- DeviceInterrupt.cxx 13 Jul 2002 14:07:39 -0000      1.2
***************
*** 32,36 ****
  #include "DeviceInterrupt.h"
  
! using namespace dsia
  
  CDeviceInterrupt::CDeviceInterrupt(std::string sURI = "")
--- 32,36 ----
  #include "DeviceInterrupt.h"
  
! using namespace dsia;
  
  CDeviceInterrupt::CDeviceInterrupt(std::string sURI = "")

Index: DevicePoll.cxx
===================================================================
RCS file: /cvsroot/moss/moss/colpatik/src/DevicePoll.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** DevicePoll.cxx      3 May 2002 22:49:35 -0000       1.1
--- DevicePoll.cxx      13 Jul 2002 14:07:39 -0000      1.2
***************
*** 32,36 ****
  #include "DevicePoll.h"
  
! using namespace dsia
  
  CDevicePoll::CDevicePoll(std::string sURI = "")
--- 32,36 ----
  #include "DevicePoll.h"
  
! using namespace dsia;
  
  CDevicePoll::CDevicePoll(std::string sURI = "")

Index: DeviceQuery.cxx
===================================================================
RCS file: /cvsroot/moss/moss/colpatik/src/DeviceQuery.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** DeviceQuery.cxx     3 May 2002 22:49:35 -0000       1.1
--- DeviceQuery.cxx     13 Jul 2002 14:07:39 -0000      1.2
***************
*** 32,36 ****
  #include "DeviceQuery.h"
  
! using namespace dsia
  
  CDeviceQuery::CDeviceQuery(std::string sURI = "")
--- 32,36 ----
  #include "DeviceQuery.h"
  
! using namespace dsia;
  
  CDeviceQuery::CDeviceQuery(std::string sURI = "")

Index: Makefile.am
===================================================================
RCS file: /cvsroot/moss/moss/colpatik/src/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** Makefile.am 24 Jun 2002 13:00:08 -0000      1.4
--- Makefile.am 13 Jul 2002 14:07:39 -0000      1.5
***************
*** 1,2 ****
--- 1,3 ----
+ SUBDIRS = modules
  #lib_LTLIBRARIES = lib3DsiaIn.la
  bin_PROGRAMS = colpatik
***************
*** 7,10 ****
  colpatik_SOURCES = main.cxx Device.cxx DevicePoll.cxx DeviceQuery.cxx 
DeviceInterrupt.cxx
  colpatik_LIBFLAGS = -lstdc++ 
- 
  #colpatik_LDADD = lib3DsiaIn.la
--- 8,10 ----




reply via email to

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