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

Diff of /linuxsampler/trunk/src/drivers/Device.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 879 by schoenebeck, Thu Jul 15 21:51:15 2004 UTC revision 880 by schoenebeck, Tue Jun 27 22:57:37 2006 UTC
# Line 3  Line 3 
3   *   LinuxSampler - modular, streaming capable sampler                     *   *   LinuxSampler - modular, streaming capable sampler                     *
4   *                                                                         *   *                                                                         *
5   *   Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck   *   *   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  *   *   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  *   *   it under the terms of the GNU General Public License as published by  *
# Line 23  Line 24 
24  #ifndef __LS_DEVICE_H__  #ifndef __LS_DEVICE_H__
25  #define __LS_DEVICE_H__  #define __LS_DEVICE_H__
26    
 #include <map>  
 #include <vector>  
   
 #include "../common/global.h"  
 #include "../common/optional.h"  
 #include "../common/LinuxSamplerException.h"  
   
27  namespace LinuxSampler {  namespace LinuxSampler {
28    
29      /**      /**
# Line 41  namespace LinuxSampler { Line 35  namespace LinuxSampler {
35    
36  } // namespace LinuxSampler  } // namespace LinuxSampler
37    
38  #endif // __DEVICE_H__  #endif // __LS_DEVICE_H__

Legend:
Removed from v.879  
changed lines
  Added in v.880

  ViewVC Help
Powered by ViewVC