/[svn]/linuxsampler/branches/release0_5_1/src/drivers/Device.h
ViewVC logotype

Contents of /linuxsampler/branches/release0_5_1/src/drivers/Device.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1569 - (show annotations) (download) (as text)
Thu Dec 6 19:51:21 2007 UTC (16 years, 5 months ago) by (unknown author)
File MIME type: text/x-c++hdr
File size: 1953 byte(s)
This commit was manufactured by cvs2svn to create branch 'release0_5_1'.
1 /***************************************************************************
2 * *
3 * LinuxSampler - modular, streaming capable sampler *
4 * *
5 * Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck *
6 * Copyright (C) 2005, 2006 Christian Schoenebeck *
7 * *
8 * This program is free software; you can redistribute it and/or modify *
9 * it under the terms of the GNU General Public License as published by *
10 * the Free Software Foundation; either version 2 of the License, or *
11 * (at your option) any later version. *
12 * *
13 * This program is distributed in the hope that it will be useful, *
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
16 * GNU General Public License for more details. *
17 * *
18 * You should have received a copy of the GNU General Public License *
19 * along with this program; if not, write to the Free Software *
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
21 * MA 02111-1307 USA *
22 ***************************************************************************/
23
24 #ifndef __LS_DEVICE_H__
25 #define __LS_DEVICE_H__
26
27 namespace LinuxSampler {
28
29 /**
30 * Abstract base class for all kind of drivers in LinuxSampler.
31 */
32 class Device {
33 public:
34 };
35
36 } // namespace LinuxSampler
37
38 #endif // __LS_DEVICE_H__

  ViewVC Help
Powered by ViewVC