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

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

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

revision 516 by schoenebeck, Tue May 3 01:00:25 2005 UTC revision 517 by schoenebeck, Sun May 8 00:26:21 2005 UTC
# Line 83  namespace LinuxSampler { namespace gig { Line 83  namespace LinuxSampler { namespace gig {
83      class InstrumentResourceManager : public ResourceManager<instrument_id_t, ::gig::Instrument> {      class InstrumentResourceManager : public ResourceManager<instrument_id_t, ::gig::Instrument> {
84          public:          public:
85              virtual ~InstrumentResourceManager() {}              virtual ~InstrumentResourceManager() {}
86                static void OnInstrumentLoadingProgress(::gig::progress_t* pProgress);
87          protected:          protected:
88              virtual ::gig::Instrument* Create(instrument_id_t Key, InstrumentConsumer* pConsumer, void*& pArg);              virtual ::gig::Instrument* Create(instrument_id_t Key, InstrumentConsumer* pConsumer, void*& pArg);
89              virtual void               Destroy(::gig::Instrument* pResource, void* pArg);              virtual void               Destroy(::gig::Instrument* pResource, void* pArg);

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

  ViewVC Help
Powered by ViewVC