(file) Return to global.h CVS log (file) (dir) Up to [ls] / linuxsampler / src / common

Diff for /linuxsampler/src/common/global.h between version 1.13 and 1.14

This file is part of LinuxSampler, which is licensed under the GNU GPL with the exception that USAGE of the source code, libraries and applications FOR COMMERCIAL HARDWARE OR SOFTWARE PRODUCTS IS NOT ALLOWED without prior written permission by the LinuxSampler authors. If you have questions on the subject, that are not yet covered by the FAQ, please contact us.


version 1.13, 2006/12/29 20:06:13 version 1.14, 2007/05/24 14:04:18
Line 135 
Line 135 
         return ss.str();         return ss.str();
 } }
  
   class Runnable {
       public:
           virtual ~Runnable() { }
           virtual void Run() = 0;
   };
   
 extern double GLOBAL_VOLUME; extern double GLOBAL_VOLUME;
  
 #endif // __LS_GLOBAL_H__ #endif // __LS_GLOBAL_H__


Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

LinuxSampler Developers
Powered by
ViewCVS