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

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

            if ((r == null) && b.ice_isA(ice_staticId(), ctx))
            {
                MESLinkPrxHelper h = new MESLinkPrxHelper();
                h.copyFrom__(b);
                r = h;
            }
            return(r);
        }
Exemple #3
0
        public static MESLinkPrx checkedCast(Ice.ObjectPrx b)
        {
            if (b == null)
            {
                return(null);
            }
            MESLinkPrx r = b as MESLinkPrx;

            if ((r == null) && b.ice_isA(ice_staticId()))
            {
                MESLinkPrxHelper h = new MESLinkPrxHelper();
                h.copyFrom__(b);
                r = h;
            }
            return(r);
        }
Exemple #4
0
 public static void write__(IceInternal.BasicStream os__, MESLinkPrx v__)
 {
     os__.writeProxy(v__);
 }
Exemple #5
0
 public override void GetProxy()
 {
     remote = MESLinkPrxHelper.uncheckedCast(m_objectPrx);
 }
Exemple #6
0
 public override void GetProxy()
 {
     remote = MESLinkPrxHelper.uncheckedCast(m_objectPrx);
 }
Exemple #7
0
 public static void write__(IceInternal.BasicStream os__, MESLinkPrx v__)
 {
     os__.writeProxy(v__);
 }