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,NONE,1.1


From: Manfred Morgner <address@hidden>
Subject: [Moss-devel] CVS: moss/colpatik/include Device.h,NONE,1.1
Date: Fri, 03 May 2002 18:13:08 -0400

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

Added Files:
        Device.h 
Log Message:
CDevice class added


--- NEW FILE ---
/***************************************************************************
                                                                  device.h
                                                         -------------------
    begin                : Fri Mar 3 2000
    copyright            : (C) 1993..2000 by Manfred Morgner
    email                : address@hidden
 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 *   This program is distributed in the hope that it will be useful,       *
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
 *   GNU General Public License for more details.                          *
 *                                                                         *
 *   You should have received a copy of the GNU General Public License     *
 *   along with this program; if not, write to the                         *
 *                                                                         *
 *   Free Software Foundation, Inc.,                                       *
 *   59 Temple Place Suite 330,                                            *
 *   Boston, MA  02111-1307, USA.                                          *
 *                                                                         *
 ***************************************************************************/

#ifndef __DEVICE_H
#define __DEVICE_H

#if __GNUG__ >= 2
#  pragma interface
#endif

#include <string>

namespace dsia
  {

  class CDevice
        {
        protected:
          std::string m_sURI;
        
        public:
                           CDevice(std::sURI = "");
          virtual ~CDevice();
          
        protected:

        } // class CDevice

  } // namespace dsia
  
#endif //  __DEVICE_H




reply via email to

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