sp-factory.cpp revision 2a2fd68051b9d3e5528e07b53a27996d4977d70d
#include "sp-factory.h"
#include <stdexcept>
#include "sp-object.h"
return factory;
}
}
//g_warning("Factory: Type \"%s\" not registered!", id.c_str());
// SPObject* o = new SPObject();
//
// return o;
return 0;
}
}