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

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

                if ((r == null) && b.ice_isA(ice_staticId(), ctx))
                {
                    BaseServicePrxHelper h = new BaseServicePrxHelper();
                    h.copyFrom__(b);
                    r = h;
                }
                return(r);
            }
Beispiel #3
0
 public static void write(Ice.OutputStream outS__, BaseServicePrx v__)
 {
     outS__.writeProxy(v__);
 }
Beispiel #4
0
 public static void write__(IceInternal.BasicStream os__, BaseServicePrx v__)
 {
     os__.writeProxy(v__);
 }
Beispiel #5
0
 public static void write(Ice.OutputStream outS__, BaseServicePrx v__)
 {
     outS__.writeProxy(v__);
 }
Beispiel #6
0
 public static void write__(IceInternal.BasicStream os__, BaseServicePrx v__)
 {
     os__.writeProxy(v__);
 }