Archived
This forum has been archived. Please start a new discussion on GitHub.
getPluginManager() in Ice for C#
kwaclaw
Oshawa, Canada
in Bug Reports
It seems GetPluginManager() in Ice for C# always returns null.
This fix worked for me (class CommunicatorI):
Karl
This fix worked for me (class CommunicatorI):
public PluginManager getPluginManager()
{
return _instance.pluginManager();
}
Karl
0
Comments
-
Nice! Thanks for the bug report.0
-
We will. Thanks again for the report.
Regards,
Dwayne0