- Updated interface of pyloader to comply with the new plugin management system`s requirements
- Commented a lot of code to make it compile-able. But still it doesn`t link (at least for me...) git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@710 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
b65adbe1cc
commit
401c569a9f
11 changed files with 751 additions and 719 deletions
|
@ -32,7 +32,7 @@
|
|||
using namespace sgpem;
|
||||
using namespace std;
|
||||
|
||||
template class Singleton<PluginManager>;
|
||||
template class SG_DLLEXPORT Singleton<PluginManager>;
|
||||
|
||||
|
||||
std::vector<Module*>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue