getPluginManager() in Ice for C#

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
You might want to check the Java code as well.
Karl
Regards,
Dwayne