Example #1
0
            public static IZonePushPrx uncheckedCast(Ice.ObjectPrx b)
            {
                if (b == null)
                {
                    return(null);
                }
                IZonePushPrx r = b as IZonePushPrx;

                if (r == null)
                {
                    IZonePushPrxHelper h = new IZonePushPrxHelper();
                    h.iceCopyFrom(b);
                    r = h;
                }
                return(r);
            }
Example #2
0
            public static IZonePushPrx checkedCast(Ice.ObjectPrx b, _System.Collections.Generic.Dictionary <string, string> ctx)
            {
                if (b == null)
                {
                    return(null);
                }
                IZonePushPrx r = b as IZonePushPrx;

                if ((r == null) && b.ice_isA(ice_staticId(), ctx))
                {
                    IZonePushPrxHelper h = new IZonePushPrxHelper();
                    h.iceCopyFrom(b);
                    r = h;
                }
                return(r);
            }
Example #3
0
 public static void write(Ice.OutputStream ostr, IZonePushPrx v)
 {
     ostr.writeProxy(v);
 }