/[svn]/linuxsampler/trunk/src/common/global.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/common/global.h

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

revision 1199 by schoenebeck, Fri Dec 29 20:06:14 2006 UTC revision 1200 by iliev, Thu May 24 14:04:18 2007 UTC
# Line 135  template<class T> inline String ToString Line 135  template<class T> inline String ToString
135          return ss.str();          return ss.str();
136  }  }
137    
138    class Runnable {
139        public:
140            virtual ~Runnable() { }
141            virtual void Run() = 0;
142    };
143    
144  extern double GLOBAL_VOLUME;  extern double GLOBAL_VOLUME;
145    
146  #endif // __LS_GLOBAL_H__  #endif // __LS_GLOBAL_H__

Legend:
Removed from v.1199  
changed lines
  Added in v.1200

  ViewVC Help
Powered by ViewVC