/[svn]/linuxsampler/trunk/src/engines/gig/EngineChannel.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/gig/EngineChannel.h

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

revision 475 by schoenebeck, Thu Mar 17 23:56:56 2005 UTC revision 517 by schoenebeck, Sun May 8 00:26:21 2005 UTC
# Line 70  namespace LinuxSampler { namespace gig { Line 70  namespace LinuxSampler { namespace gig {
70              // implementation of abstract methods derived from interface class 'InstrumentConsumer'              // implementation of abstract methods derived from interface class 'InstrumentConsumer'
71              virtual void ResourceToBeUpdated(::gig::Instrument* pResource, void*& pUpdateArg);              virtual void ResourceToBeUpdated(::gig::Instrument* pResource, void*& pUpdateArg);
72              virtual void ResourceUpdated(::gig::Instrument* pOldResource, ::gig::Instrument* pNewResource, void* pUpdateArg);              virtual void ResourceUpdated(::gig::Instrument* pOldResource, ::gig::Instrument* pNewResource, void* pUpdateArg);
73                virtual void OnResourceProgress(float fProgress);
74    
75          //protected:          //protected:
76              Engine*                 pEngine;              Engine*                 pEngine;

Legend:
Removed from v.475  
changed lines
  Added in v.517

  ViewVC Help
Powered by ViewVC