void setFactory(Ice.ValueFactory factory) { if (factory == null) { _factory = MyClass.ice_factory(); } else { _factory = factory; } }
MyClassFactoryWrapper() { _factory = MyClass.ice_factory(); }