Example #1
0
 void setFactory(Ice.ValueFactory factory) {
   if (factory == null) {
     _factory = MyClass.ice_factory();
   } else {
     _factory = factory;
   }
 }
Example #2
0
 MyClassFactoryWrapper() {
   _factory = MyClass.ice_factory();
 }