moss-devel
[Top][All Lists]
Advanced

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

[Moss-devel] CVS: moss/colpatik/include Device.h,1.2,1.3 DeviceInterrupt


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

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

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


Index: Device.h
===================================================================
RCS file: /cvsroot/moss/moss/colpatik/include/Device.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Device.h    3 May 2002 22:49:34 -0000       1.2
--- Device.h    13 Jul 2002 14:07:38 -0000      1.3
***************
*** 39,43 ****
  namespace dsia
    {
- 
    class CDevice
        {
--- 39,42 ----
***************
*** 47,57 ****
        public:
                           CDevice(std::string sURI = "");
!         virtual ~CDevice();
          
!       protected:
  
-       } // class CDevice
  
-   } // namespace dsia
-   
- #endif //  __DEVICE_H
--- 46,58 ----
        public:
                           CDevice(std::string sURI = "");
!                  ~CDevice();
!         //virtual ~CDevice();
          
!     }; // class CDevice
!   } // namespace dsia
! #endif // __DEVICE_H
! 
! 
! 
  
  

Index: DeviceInterrupt.h
===================================================================
RCS file: /cvsroot/moss/moss/colpatik/include/DeviceInterrupt.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** DeviceInterrupt.h   3 May 2002 22:49:34 -0000       1.1
--- DeviceInterrupt.h   13 Jul 2002 14:07:38 -0000      1.2
***************
*** 49,57 ****
        public:
                           CDeviceInterrupt(std::string sURI = "");
!         virtual ~CDeviceInterrupt();
          
        protected:
  
!       } // class CDeviceInterrupt
  
    } // namespace dsia
--- 49,58 ----
        public:
                           CDeviceInterrupt(std::string sURI = "");
!                  ~CDeviceInterrupt();
! //      virtual ~CDeviceInterrupt();
          
        protected:
  
!       }; // class CDeviceInterrupt
  
    } // namespace dsia

Index: DevicePoll.h
===================================================================
RCS file: /cvsroot/moss/moss/colpatik/include/DevicePoll.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** DevicePoll.h        3 May 2002 22:49:34 -0000       1.1
--- DevicePoll.h        13 Jul 2002 14:07:38 -0000      1.2
***************
*** 49,57 ****
        public:
                           CDevicePoll(std::string sURI = "");
!         virtual ~CDevicePoll();
          
        protected:
  
!       } // class CDevicePoll
  
    } // namespace dsia
--- 49,58 ----
        public:
                           CDevicePoll(std::string sURI = "");
!                  ~CDevicePoll();
! //      virtual ~CDevicePoll();
          
        protected:
  
!       }; // class CDevicePoll
  
    } // namespace dsia

Index: DeviceQuery.h
===================================================================
RCS file: /cvsroot/moss/moss/colpatik/include/DeviceQuery.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** DeviceQuery.h       3 May 2002 22:49:34 -0000       1.1
--- DeviceQuery.h       13 Jul 2002 14:07:38 -0000      1.2
***************
*** 48,57 ****
        
        public:
!                          CDeviceQuery(std::sURI = "");
!         virtual ~CDeviceQuery();
          
        protected:
  
!       } // class CDeviceQuery
  
    } // namespace dsia
--- 48,58 ----
        
        public:
!                          CDeviceQuery(std::string sURI = "");
!                ~CDeviceQuery();
!       //  virtual ~CDeviceQuery();
          
        protected:
  
!       }; // class CDeviceQuery
  
    } // namespace dsia

Index: Makefile.am
===================================================================
RCS file: /cvsroot/moss/moss/colpatik/include/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Makefile.am 8 Apr 2002 08:56:28 -0000       1.1
--- Makefile.am 13 Jul 2002 14:07:38 -0000      1.2
***************
*** 1 ****
! SUBDIRS = 
--- 1,11 ----
! SUBDIRS = modules
! 
! EXTRA_DIST = RmcClient.h RmcServer.h generic.h rmc.h
! 
! install-data-local:
!       $(mkinstalldirs) $(prefix)/include/3Dsia/
!       $(INSTALL_DATA) Device.h $(prefix)/include/3Dsia/Device.h
!       $(INSTALL_DATA) DeviceInterrupt.h 
$(prefix)/include/3Dsia/DeviceInterrupt.h
!       $(INSTALL_DATA) DevicePoll.h $(prefix)/include/3Dsia/DevicePoll.h
!       $(INSTALL_DATA) DeviceQuery.h $(prefix)/include/3Dsia/DeviceQuery.h
! 




reply via email to

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