Mercurial > hg > svcore
comparison plugin/RealTimePluginInstance.cpp @ 689:573d45e9487b
Merge from debug-output branch
| author | Chris Cannam | 
|---|---|
| date | Tue, 14 Jun 2011 14:47:59 +0100 | 
| parents | 06f13a3b9e9e | 
| children | 1424aa29ae95 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 688:be43b2fe68e8 | 689:573d45e9487b | 
|---|---|
| 26 #include <iostream> | 26 #include <iostream> | 
| 27 | 27 | 
| 28 | 28 | 
| 29 RealTimePluginInstance::~RealTimePluginInstance() | 29 RealTimePluginInstance::~RealTimePluginInstance() | 
| 30 { | 30 { | 
| 31 // std::cerr << "RealTimePluginInstance::~RealTimePluginInstance" << std::endl; | 31 // DEBUG << "RealTimePluginInstance::~RealTimePluginInstance" << endl; | 
| 32 | 32 | 
| 33 if (m_factory) { | 33 if (m_factory) { | 
| 34 // std::cerr << "Asking factory to release " << m_identifier.toStdString() << std::endl; | 34 // DEBUG << "Asking factory to release " << m_identifier << endl; | 
| 35 | 35 | 
| 36 m_factory->releasePlugin(this, m_identifier); | 36 m_factory->releasePlugin(this, m_identifier); | 
| 37 } | 37 } | 
| 38 } | 38 } | 
| 39 | 39 | 
